Shades of Pohutukawa #6F0C16
Tints of Pohutukawa #6F0C16
RGB
CMYK
RGB Variations
Color information
#6F0C16 (or 0x6F0C16) is known color: Pohutukawa. HEX triplet: 6F, 0C and 16. RGB value is (111,12,22). Sum of RGB (Red+Green+Blue) = 111+12+22=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C16 is #90F3E9. Grayscale: #2A2A2A. Windows color (decimal): -9499626 or 1444975. OLE color: 1444975.
HSL color Cylindrical-coordinate representation of color #6F0C16: hue angle of 353.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C16 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 22 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.56 |
| HSL | 353.94º | 0.8% | 0.24% | - |
| HSV(B) | 353.94º | 0.89% | 0.44% | - |
| XYZ | 6.83 | 3.7 | 1.11 | - |
| YUV | 42.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 22 | 0 | 0.89 | 0.80 | 0.56 | 353.94 | 0.8 | 0.24 |
| Hex | 6F | C | 16 | 0 | 59 | 50 | 38 | 162 | 50 | 18 |
| Octal | 157 | 14 | 26 | 0 | 131 | 120 | 70 | 542 | 120 | 30 |
| Binary | 1101111 | 1100 | 10110 | 0 | 1011001 | 1010000 | 111000 | 101100010 | 1010000 | 11000 |
Color Harmonies of #6F0C16
Complementary color
Monochromatic Colors of #6F0C16
Black with #6F0C16
Text Example
Text Example
White with #6F0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C16; }
p { color: rgb(111,12,22); }
H1.HeaderClassName
{
color: #6F0C16;
}
.AnyTagClassName
{
color: #6F0C16;
}
</style>
background-color css
<style>
a { background-color: #6F0C16; }
a { background-color: rgb(111,12,22); }
div.DivClassName
{
background-color: #6F0C16;
}
.BgClassName
{
background-color: #6F0C16;
}
</style>
border-color css
<style>
span { border-color: #6F0C16; }
span { border-color: rgb(111,12,22); }
td.TdClassName
{
border-color: #6F0C16;
}
.TagClassName
{
border-color: #6F0C16;
}
</style>