#66090F

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

Shades of Pohutukawa #66090F

Tints of Pohutukawa #66090F

Color information

#66090F (or 0x66090F) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 0F. RGB value is (102,9,15). Sum of RGB (Red+Green+Blue) = 102+9+15=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #66090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090F is #99F6F0. Grayscale: #252525. Windows color (decimal): -10090225 or 985446. OLE color: 985446.

HSL color Cylindrical-coordinate representation of color #66090F: hue angle of 356.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB102915-
CMYK00.910.850.6
HSL356.13º83.78%21.76%-
HSV(B)356.13º91.18%40%-
XYZ5.663.050.74-
YUV37.49115.31174.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=80.95%
G=7.14%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10291500.910.850.6356.1383.7821.76
Hex669F05B553C1645416
Octal146111701331257454412426
Binary110011010011111010110111010101111100101100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66090F; }

 p { color: rgb(102,9,15); }

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

<style>
 a { background-color: #66090F; }

 a { background-color: rgb(102,9,15); }

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

<style>
 span { border-color: #66090F; }

 span { border-color: rgb(102,9,15); }

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