Shades of Pohutukawa #600F16
Tints of Pohutukawa #600F16
RGB
CMYK
RGB Variations
Color information
#600F16 (or 0x600F16) is known color: Pohutukawa. HEX triplet: 60, 0F and 16. RGB value is (96,15,22). Sum of RGB (Red+Green+Blue) = 96+15+22=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F16 is #9FF0E9. Grayscale: #282828. Windows color (decimal): -10481898 or 1445728. OLE color: 1445728.
HSL color Cylindrical-coordinate representation of color #600F16: hue angle of 354.81º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F16 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 22 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.62 |
| HSL | 354.81º | 0.73% | 0.22% | - |
| HSV(B) | 354.81º | 0.84% | 0.38% | - |
| XYZ | 5.14 | 2.89 | 1.05 | - |
| YUV | 40.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 22 | 0 | 0.84 | 0.77 | 0.62 | 354.81 | 0.73 | 0.22 |
| Hex | 60 | F | 16 | 0 | 54 | 4D | 3E | 163 | 49 | 16 |
| Octal | 140 | 17 | 26 | 0 | 124 | 115 | 76 | 543 | 111 | 26 |
| Binary | 1100000 | 1111 | 10110 | 0 | 1010100 | 1001101 | 111110 | 101100011 | 1001001 | 10110 |
Color Harmonies of #600F16
Complementary color
Monochromatic Colors of #600F16
Black with #600F16
Text Example
Text Example
White with #600F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F16; }
p { color: rgb(96,15,22); }
H1.HeaderClassName
{
color: #600F16;
}
.AnyTagClassName
{
color: #600F16;
}
</style>
background-color css
<style>
a { background-color: #600F16; }
a { background-color: rgb(96,15,22); }
div.DivClassName
{
background-color: #600F16;
}
.BgClassName
{
background-color: #600F16;
}
</style>
border-color css
<style>
span { border-color: #600F16; }
span { border-color: rgb(96,15,22); }
td.TdClassName
{
border-color: #600F16;
}
.TagClassName
{
border-color: #600F16;
}
</style>