#66060D

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

Shades of Pohutukawa #66060D

Tints of Pohutukawa #66060D

Color information

#66060D (or 0x66060D) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 0D. RGB value is (102,6,13). Sum of RGB (Red+Green+Blue) = 102+6+13=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66060D is #99F9F2. Grayscale: #232323. Windows color (decimal): -10090995 or 853606. OLE color: 853606.

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

Color convert

RGB102613-
CMYK00.940.870.6
HSL355.62º88.89%21.18%-
HSV(B)355.62º94.12%40%-
XYZ5.622.980.66-
YUV35.5115.3175.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 84.30%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=84.30%
G=4.96%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10261300.940.870.6355.6288.8921.18
Hex666D05E573C1645915
Octal14661501361277454413125
Binary11001101101101010111101010111111100101100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66060D; }

 p { color: rgb(102,6,13); }

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

<style>
 a { background-color: #66060D; }

 a { background-color: rgb(102,6,13); }

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

<style>
 span { border-color: #66060D; }

 span { border-color: rgb(102,6,13); }

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