#660A18

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

Shades of Pohutukawa #660A18

Tints of Pohutukawa #660A18

Color information

#660A18 (or 0x660A18) is unknown color: approx Pohutukawa. HEX triplet: 66, 0A and 18. RGB value is (102,10,24). Sum of RGB (Red+Green+Blue) = 102+10+24=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A18 is #99F5E7. Grayscale: #272727. Windows color (decimal): -10089960 or 1575526. OLE color: 1575526.

HSL color Cylindrical-coordinate representation of color #660A18: hue angle of 350.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A18 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1021024-
CMYK00.900.760.6
HSL350.87º82.14%21.96%-
HSV(B)350.87º90.2%40%-
XYZ5.753.111.16-
YUV39.1119.48172.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=75%
G=7.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102102400.900.760.6350.8782.1421.96
Hex66A1805A4C3C15f5216
Octal146123001321147453712226
Binary1100110101011000010110101001100111100101011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A18; }

 p { color: rgb(102,10,24); }

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

<style>
 a { background-color: #660A18; }

 a { background-color: rgb(102,10,24); }

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

<style>
 span { border-color: #660A18; }

 span { border-color: rgb(102,10,24); }

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