#6A0B0C

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

Shades of Pohutukawa #6A0B0C

Tints of Pohutukawa #6A0B0C

Color information

#6A0B0C (or 0x6A0B0C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 0B and 0C. RGB value is (106,11,12). Sum of RGB (Red+Green+Blue) = 106+11+12=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B0C is #95F4F3. Grayscale: #272727. Windows color (decimal): -9827572 or 789354. OLE color: 789354.

HSL color Cylindrical-coordinate representation of color #6A0B0C: hue angle of 359.37º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B0C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1061112-
CMYK00.900.890.58
HSL359.37º81.2%22.94%-
HSV(B)359.37º89.62%41.57%-
XYZ6.133.330.67-
YUV39.52112.47175.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 82.17%
GREEN value IS 11 (4.69% from 255) = 8.53%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=82.17%
G=8.53%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106111200.900.890.58359.3781.222.94
Hex6ABC05A593A1675117
Octal152131401321317254712127
Binary110101010111100010110101011001111010101100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,11,12); }

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

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

 a { background-color: rgb(106,11,12); }

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

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

 span { border-color: rgb(106,11,12); }

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