#690B12

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

Shades of Pohutukawa #690B12

Tints of Pohutukawa #690B12

Color information

#690B12 (or 0x690B12) is unknown color: approx Pohutukawa. HEX triplet: 69, 0B and 12. RGB value is (105,11,18). Sum of RGB (Red+Green+Blue) = 105+11+18=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B12 is #96F4ED. Grayscale: #272727. Windows color (decimal): -9893102 or 1182569. OLE color: 1182569.

HSL color Cylindrical-coordinate representation of color #690B12: hue angle of 355.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B12 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1051118-
CMYK00.900.830.59
HSL355.53º81.03%22.75%-
HSV(B)355.53º89.52%41.18%-
XYZ6.053.290.89-
YUV39.9115.64174.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=78.36%
G=8.21%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105111800.900.830.59355.5381.0322.75
Hex69B1205A533B1645117
Octal151132201321237354412127
Binary1101001101110010010110101010011111011101100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690B12; }

 p { color: rgb(105,11,18); }

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

<style>
 a { background-color: #690B12; }

 a { background-color: rgb(105,11,18); }

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

<style>
 span { border-color: #690B12; }

 span { border-color: rgb(105,11,18); }

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