#66070F

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

Shades of Pohutukawa #66070F

Tints of Pohutukawa #66070F

Color information

#66070F (or 0x66070F) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 0F. RGB value is (102,7,15). Sum of RGB (Red+Green+Blue) = 102+7+15=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #66070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66070F is #99F8F0. Grayscale: #242424. Windows color (decimal): -10090737 or 984934. OLE color: 984934.

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

Color convert

RGB102715-
CMYK00.930.850.6
HSL354.95º87.16%21.37%-
HSV(B)354.95º93.14%40%-
XYZ5.643.010.74-
YUV36.32115.97174.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=82.26%
G=5.65%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271500.930.850.6354.9587.1621.37
Hex667F05D553C1635715
Octal14671701351257454312725
Binary11001101111111010111011010101111100101100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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