#66080F

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

Shades of Pohutukawa #66080F

Tints of Pohutukawa #66080F

Color information

#66080F (or 0x66080F) is unknown color: approx Pohutukawa. HEX triplet: 66, 08 and 0F. RGB value is (102,8,15). Sum of RGB (Red+Green+Blue) = 102+8+15=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #66080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66080F is #99F7F0. Grayscale: #242424. Windows color (decimal): -10090481 or 985190. OLE color: 985190.

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

Color convert

RGB102815-
CMYK00.920.850.6
HSL355.53º85.45%21.57%-
HSV(B)355.53º92.16%40%-
XYZ5.653.030.74-
YUV36.9115.64174.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 81.6%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 15 (6.25% from 255) = 12%
R=81.6%
G=6.4%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10281500.920.850.6355.5385.4521.57
Hex668F05C553C1645516
Octal146101701341257454412526
Binary110011010001111010111001010101111100101100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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