#66070C

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

Shades of Pohutukawa #66070C

Tints of Pohutukawa #66070C

Color information

#66070C (or 0x66070C) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 0C. RGB value is (102,7,12). Sum of RGB (Red+Green+Blue) = 102+7+12=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66070C is #99F8F3. Grayscale: #242424. Windows color (decimal): -10090740 or 788326. OLE color: 788326.

HSL color Cylindrical-coordinate representation of color #66070C: hue angle of 356.84º 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 #66070C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB102712-
CMYK00.930.880.6
HSL356.84º87.16%21.37%-
HSV(B)356.84º93.14%40%-
XYZ5.6230.63-
YUV35.98114.47175.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=84.30%
G=5.79%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271200.930.880.6356.8487.1621.37
Hex667C05D583C1655715
Octal14671401351307454512725
Binary11001101111100010111011011000111100101100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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