Shades of Pohutukawa #66060C
Tints of Pohutukawa #66060C
RGB
CMYK
RGB Variations
Color information
#66060C (or 0x66060C) is known color: Pohutukawa. HEX triplet: 66, 06 and 0C. RGB value is (102,6,12). Sum of RGB (Red+Green+Blue) = 102+6+12=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #66060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66060C is #99F9F3. Grayscale: #232323. Windows color (decimal): -10090996 or 788070. OLE color: 788070.
HSL color Cylindrical-coordinate representation of color #66060C: hue angle of 356.25º 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 #66060C is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 12 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.6 |
| HSL | 356.25º | 0.89% | 0.21% | - |
| HSV(B) | 356.25º | 0.94% | 0.4% | - |
| XYZ | 5.61 | 2.98 | 0.63 | - |
| YUV | 35.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 12 | 0 | 0.94 | 0.88 | 0.6 | 356.25 | 0.89 | 0.21 |
| Hex | 66 | 6 | C | 0 | 5E | 58 | 3C | 164 | 59 | 15 |
| Octal | 146 | 6 | 14 | 0 | 136 | 130 | 74 | 544 | 131 | 25 |
| Binary | 1100110 | 110 | 1100 | 0 | 1011110 | 1011000 | 111100 | 101100100 | 1011001 | 10101 |
Color Harmonies of #66060C
Complementary color
Monochromatic Colors of #66060C
Black with #66060C
Text Example
Text Example
White with #66060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66060C; }
p { color: rgb(102,6,12); }
H1.HeaderClassName
{
color: #66060C;
}
.AnyTagClassName
{
color: #66060C;
}
</style>
background-color css
<style>
a { background-color: #66060C; }
a { background-color: rgb(102,6,12); }
div.DivClassName
{
background-color: #66060C;
}
.BgClassName
{
background-color: #66060C;
}
</style>
border-color css
<style>
span { border-color: #66060C; }
span { border-color: rgb(102,6,12); }
td.TdClassName
{
border-color: #66060C;
}
.TagClassName
{
border-color: #66060C;
}
</style>