Shades of Pohutukawa #64060C
Tints of Pohutukawa #64060C
RGB
CMYK
RGB Variations
Color information
#64060C (or 0x64060C) is known color: Pohutukawa. HEX triplet: 64, 06 and 0C. RGB value is (100,6,12). Sum of RGB (Red+Green+Blue) = 100+6+12=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #64060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64060C is #9BF9F3. Grayscale: #222222. Windows color (decimal): -10222068 or 788068. OLE color: 788068.
HSL color Cylindrical-coordinate representation of color #64060C: hue angle of 356.17º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64060C is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 12 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.61 |
| HSL | 356.17º | 0.89% | 0.21% | - |
| HSV(B) | 356.17º | 0.94% | 0.39% | - |
| XYZ | 5.39 | 2.87 | 0.62 | - |
| YUV | 34.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 12 | 0 | 0.94 | 0.88 | 0.61 | 356.17 | 0.89 | 0.21 |
| Hex | 64 | 6 | C | 0 | 5E | 58 | 3D | 164 | 59 | 15 |
| Octal | 144 | 6 | 14 | 0 | 136 | 130 | 75 | 544 | 131 | 25 |
| Binary | 1100100 | 110 | 1100 | 0 | 1011110 | 1011000 | 111101 | 101100100 | 1011001 | 10101 |
Color Harmonies of #64060C
Complementary color
Monochromatic Colors of #64060C
Black with #64060C
Text Example
Text Example
White with #64060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64060C; }
p { color: rgb(100,6,12); }
H1.HeaderClassName
{
color: #64060C;
}
.AnyTagClassName
{
color: #64060C;
}
</style>
background-color css
<style>
a { background-color: #64060C; }
a { background-color: rgb(100,6,12); }
div.DivClassName
{
background-color: #64060C;
}
.BgClassName
{
background-color: #64060C;
}
</style>
border-color css
<style>
span { border-color: #64060C; }
span { border-color: rgb(100,6,12); }
td.TdClassName
{
border-color: #64060C;
}
.TagClassName
{
border-color: #64060C;
}
</style>