Shades of Pohutukawa #6F0F12
Tints of Pohutukawa #6F0F12
RGB
CMYK
RGB Variations
Color information
#6F0F12 (or 0x6F0F12) is known color: Pohutukawa. HEX triplet: 6F, 0F and 12. RGB value is (111,15,18). Sum of RGB (Red+Green+Blue) = 111+15+18=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F12 is #90F0ED. Grayscale: #2C2C2C. Windows color (decimal): -9498862 or 1183599. OLE color: 1183599.
HSL color Cylindrical-coordinate representation of color #6F0F12: hue angle of 358.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F12 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 18 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.56 |
| HSL | 358.13º | 0.76% | 0.25% | - |
| HSV(B) | 358.13º | 0.86% | 0.44% | - |
| XYZ | 6.84 | 3.76 | 0.94 | - |
| YUV | 44.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 18 | 0 | 0.86 | 0.84 | 0.56 | 358.13 | 0.76 | 0.25 |
| Hex | 6F | F | 12 | 0 | 56 | 54 | 38 | 166 | 4C | 19 |
| Octal | 157 | 17 | 22 | 0 | 126 | 124 | 70 | 546 | 114 | 31 |
| Binary | 1101111 | 1111 | 10010 | 0 | 1010110 | 1010100 | 111000 | 101100110 | 1001100 | 11001 |
Color Harmonies of #6F0F12
Complementary color
Monochromatic Colors of #6F0F12
Black with #6F0F12
Text Example
Text Example
White with #6F0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F12; }
p { color: rgb(111,15,18); }
H1.HeaderClassName
{
color: #6F0F12;
}
.AnyTagClassName
{
color: #6F0F12;
}
</style>
background-color css
<style>
a { background-color: #6F0F12; }
a { background-color: rgb(111,15,18); }
div.DivClassName
{
background-color: #6F0F12;
}
.BgClassName
{
background-color: #6F0F12;
}
</style>
border-color css
<style>
span { border-color: #6F0F12; }
span { border-color: rgb(111,15,18); }
td.TdClassName
{
border-color: #6F0F12;
}
.TagClassName
{
border-color: #6F0F12;
}
</style>