Shades of Pohutukawa #60060B
Tints of Pohutukawa #60060B
RGB
CMYK
RGB Variations
Color information
#60060B (or 0x60060B) is known color: Pohutukawa. HEX triplet: 60, 06 and 0B. RGB value is (96,6,11). Sum of RGB (Red+Green+Blue) = 96+6+11=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #60060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60060B is #9FF9F4. Grayscale: #212121. Windows color (decimal): -10484213 or 722528. OLE color: 722528.
HSL color Cylindrical-coordinate representation of color #60060B: hue angle of 356.67º 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 #60060B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 11 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.62 |
| HSL | 356.67º | 0.88% | 0.2% | - |
| HSV(B) | 356.67º | 0.94% | 0.38% | - |
| XYZ | 4.95 | 2.64 | 0.57 | - |
| YUV | 33.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 11 | 0 | 0.94 | 0.89 | 0.62 | 356.67 | 0.88 | 0.2 |
| Hex | 60 | 6 | B | 0 | 5E | 59 | 3E | 165 | 58 | 14 |
| Octal | 140 | 6 | 13 | 0 | 136 | 131 | 76 | 545 | 130 | 24 |
| Binary | 1100000 | 110 | 1011 | 0 | 1011110 | 1011001 | 111110 | 101100101 | 1011000 | 10100 |
Color Harmonies of #60060B
Complementary color
Monochromatic Colors of #60060B
Black with #60060B
Text Example
Text Example
White with #60060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60060B; }
p { color: rgb(96,6,11); }
H1.HeaderClassName
{
color: #60060B;
}
.AnyTagClassName
{
color: #60060B;
}
</style>
background-color css
<style>
a { background-color: #60060B; }
a { background-color: rgb(96,6,11); }
div.DivClassName
{
background-color: #60060B;
}
.BgClassName
{
background-color: #60060B;
}
</style>
border-color css
<style>
span { border-color: #60060B; }
span { border-color: rgb(96,6,11); }
td.TdClassName
{
border-color: #60060B;
}
.TagClassName
{
border-color: #60060B;
}
</style>