Shades of Pohutukawa #6F0E16
Tints of Pohutukawa #6F0E16
RGB
CMYK
RGB Variations
Color information
#6F0E16 (or 0x6F0E16) is known color: Pohutukawa. HEX triplet: 6F, 0E and 16. RGB value is (111,14,22). Sum of RGB (Red+Green+Blue) = 111+14+22=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E16 is #90F1E9. Grayscale: #2B2B2B. Windows color (decimal): -9499114 or 1445487. OLE color: 1445487.
HSL color Cylindrical-coordinate representation of color #6F0E16: hue angle of 355.05º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E16 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 22 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.56 |
| HSL | 355.05º | 0.78% | 0.25% | - |
| HSV(B) | 355.05º | 0.87% | 0.44% | - |
| XYZ | 6.86 | 3.75 | 1.12 | - |
| YUV | 43.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 22 | 0 | 0.87 | 0.80 | 0.56 | 355.05 | 0.78 | 0.25 |
| Hex | 6F | E | 16 | 0 | 57 | 50 | 38 | 163 | 4E | 19 |
| Octal | 157 | 16 | 26 | 0 | 127 | 120 | 70 | 543 | 116 | 31 |
| Binary | 1101111 | 1110 | 10110 | 0 | 1010111 | 1010000 | 111000 | 101100011 | 1001110 | 11001 |
Color Harmonies of #6F0E16
Complementary color
Monochromatic Colors of #6F0E16
Black with #6F0E16
Text Example
Text Example
White with #6F0E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E16; }
p { color: rgb(111,14,22); }
H1.HeaderClassName
{
color: #6F0E16;
}
.AnyTagClassName
{
color: #6F0E16;
}
</style>
background-color css
<style>
a { background-color: #6F0E16; }
a { background-color: rgb(111,14,22); }
div.DivClassName
{
background-color: #6F0E16;
}
.BgClassName
{
background-color: #6F0E16;
}
</style>
border-color css
<style>
span { border-color: #6F0E16; }
span { border-color: rgb(111,14,22); }
td.TdClassName
{
border-color: #6F0E16;
}
.TagClassName
{
border-color: #6F0E16;
}
</style>