#6A102C

Color #6A102C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6A102C

Tints of Pohutukawa #6A102C

Color information

#6A102C (or 0x6A102C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 10 and 2C. RGB value is (106,16,44). Sum of RGB (Red+Green+Blue) = 106+16+44=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A102C is #95EFD3. Grayscale: #2E2E2E. Windows color (decimal): -9826260 or 2887786. OLE color: 2887786.

HSL color Cylindrical-coordinate representation of color #6A102C: hue angle of 341.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A102C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1061644-
CMYK00.850.580.58
HSL341.33º73.77%23.92%-
HSV(B)341.33º84.91%41.57%-
XYZ6.583.622.73-
YUV46.1126.82170.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 63.86%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=63.86%
G=9.64%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106164400.850.580.58341.3373.7723.92
Hex6A102C0553A3A1554a18
Octal15220540125727252511230
Binary11010101000010110001010101111010111010101010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A102C; }

 p { color: rgb(106,16,44); }

 H1.HeaderClassName
 {
   color: #6A102C;
 }
 .AnyTagClassName
 {
   color: #6A102C;
 }
</style>
background-color css

<style>
 a { background-color: #6A102C; }

 a { background-color: rgb(106,16,44); }

 div.DivClassName
 {
   background-color: #6A102C;
 }
 .BgClassName
 {
   background-color: #6A102C;
 }
</style>
border-color css

<style>
 span { border-color: #6A102C; }

 span { border-color: rgb(106,16,44); }

 td.TdClassName
 {
   border-color: #6A102C;
 }
 .TagClassName
 {
   border-color: #6A102C;
 }
</style>