Shades of Pohutukawa #6F0B12
Tints of Pohutukawa #6F0B12
RGB
CMYK
RGB Variations
Color information
#6F0B12 (or 0x6F0B12) is known color: Pohutukawa. HEX triplet: 6F, 0B and 12. RGB value is (111,11,18). Sum of RGB (Red+Green+Blue) = 111+11+18=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0B12 is #90F4ED. Grayscale: #292929. Windows color (decimal): -9499886 or 1182575. OLE color: 1182575.
HSL color Cylindrical-coordinate representation of color #6F0B12: hue angle of 355.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B12 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 18 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.56 |
| HSL | 355.8º | 0.82% | 0.24% | - |
| HSV(B) | 355.8º | 0.9% | 0.44% | - |
| XYZ | 6.78 | 3.66 | 0.92 | - |
| YUV | 41.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 18 | 0 | 0.90 | 0.84 | 0.56 | 355.8 | 0.82 | 0.24 |
| Hex | 6F | B | 12 | 0 | 5A | 54 | 38 | 164 | 52 | 18 |
| Octal | 157 | 13 | 22 | 0 | 132 | 124 | 70 | 544 | 122 | 30 |
| Binary | 1101111 | 1011 | 10010 | 0 | 1011010 | 1010100 | 111000 | 101100100 | 1010010 | 11000 |
Color Harmonies of #6F0B12
Complementary color
Monochromatic Colors of #6F0B12
Black with #6F0B12
Text Example
Text Example
White with #6F0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B12; }
p { color: rgb(111,11,18); }
H1.HeaderClassName
{
color: #6F0B12;
}
.AnyTagClassName
{
color: #6F0B12;
}
</style>
background-color css
<style>
a { background-color: #6F0B12; }
a { background-color: rgb(111,11,18); }
div.DivClassName
{
background-color: #6F0B12;
}
.BgClassName
{
background-color: #6F0B12;
}
</style>
border-color css
<style>
span { border-color: #6F0B12; }
span { border-color: rgb(111,11,18); }
td.TdClassName
{
border-color: #6F0B12;
}
.TagClassName
{
border-color: #6F0B12;
}
</style>