#690A11

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

Shades of Pohutukawa #690A11

Tints of Pohutukawa #690A11

Color information

#690A11 (or 0x690A11) is unknown color: approx Pohutukawa. HEX triplet: 69, 0A and 11. RGB value is (105,10,17). Sum of RGB (Red+Green+Blue) = 105+10+17=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A11 is #96F5EE. Grayscale: #272727. Windows color (decimal): -9893359 or 1116777. OLE color: 1116777.

HSL color Cylindrical-coordinate representation of color #690A11: hue angle of 355.58º degrees, saturation: 0.83, 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 #690A11 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1051017-
CMYK00.900.840.59
HSL355.58º82.61%22.55%-
HSV(B)355.58º90.48%41.18%-
XYZ6.043.260.84-
YUV39.2115.47174.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=79.55%
G=7.58%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105101700.900.840.59355.5882.6122.55
Hex69A1105A543B1645317
Octal151122101321247354412327
Binary1101001101010001010110101010100111011101100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,10,17); }

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

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

 a { background-color: rgb(105,10,17); }

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

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

 span { border-color: rgb(105,10,17); }

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