Shades of Pohutukawa #60060D
Tints of Pohutukawa #60060D
RGB
CMYK
RGB Variations
Color information
#60060D (or 0x60060D) is known color: Pohutukawa. HEX triplet: 60, 06 and 0D. RGB value is (96,6,13). Sum of RGB (Red+Green+Blue) = 96+6+13=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #60060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60060D is #9FF9F2. Grayscale: #212121. Windows color (decimal): -10484211 or 853600. OLE color: 853600.
HSL color Cylindrical-coordinate representation of color #60060D: hue angle of 355.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60060D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 13 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.62 |
| HSL | 355.33º | 0.88% | 0.2% | - |
| HSV(B) | 355.33º | 0.94% | 0.38% | - |
| XYZ | 4.96 | 2.65 | 0.63 | - |
| YUV | 33.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 13 | 0 | 0.94 | 0.86 | 0.62 | 355.33 | 0.88 | 0.2 |
| Hex | 60 | 6 | D | 0 | 5E | 56 | 3E | 163 | 58 | 14 |
| Octal | 140 | 6 | 15 | 0 | 136 | 126 | 76 | 543 | 130 | 24 |
| Binary | 1100000 | 110 | 1101 | 0 | 1011110 | 1010110 | 111110 | 101100011 | 1011000 | 10100 |
Color Harmonies of #60060D
Complementary color
Monochromatic Colors of #60060D
Black with #60060D
Text Example
Text Example
White with #60060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60060D; }
p { color: rgb(96,6,13); }
H1.HeaderClassName
{
color: #60060D;
}
.AnyTagClassName
{
color: #60060D;
}
</style>
background-color css
<style>
a { background-color: #60060D; }
a { background-color: rgb(96,6,13); }
div.DivClassName
{
background-color: #60060D;
}
.BgClassName
{
background-color: #60060D;
}
</style>
border-color css
<style>
span { border-color: #60060D; }
span { border-color: rgb(96,6,13); }
td.TdClassName
{
border-color: #60060D;
}
.TagClassName
{
border-color: #60060D;
}
</style>