Shades of Pohutukawa #6F0E10
Tints of Pohutukawa #6F0E10
RGB
CMYK
RGB Variations
Color information
#6F0E10 (or 0x6F0E10) is known color: Pohutukawa. HEX triplet: 6F, 0E and 10. RGB value is (111,14,16). Sum of RGB (Red+Green+Blue) = 111+14+16=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E10 is #90F1EF. Grayscale: #2B2B2B. Windows color (decimal): -9499120 or 1052271. OLE color: 1052271.
HSL color Cylindrical-coordinate representation of color #6F0E10: hue angle of 358.76º 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 #6F0E10 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 16 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.56 |
| HSL | 358.76º | 0.78% | 0.25% | - |
| HSV(B) | 358.76º | 0.87% | 0.44% | - |
| XYZ | 6.81 | 3.73 | 0.85 | - |
| YUV | 43.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 16 | 0 | 0.87 | 0.86 | 0.56 | 358.76 | 0.78 | 0.25 |
| Hex | 6F | E | 10 | 0 | 57 | 56 | 38 | 167 | 4E | 19 |
| Octal | 157 | 16 | 20 | 0 | 127 | 126 | 70 | 547 | 116 | 31 |
| Binary | 1101111 | 1110 | 10000 | 0 | 1010111 | 1010110 | 111000 | 101100111 | 1001110 | 11001 |
Color Harmonies of #6F0E10
Complementary color
Monochromatic Colors of #6F0E10
Black with #6F0E10
Text Example
Text Example
White with #6F0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E10; }
p { color: rgb(111,14,16); }
H1.HeaderClassName
{
color: #6F0E10;
}
.AnyTagClassName
{
color: #6F0E10;
}
</style>
background-color css
<style>
a { background-color: #6F0E10; }
a { background-color: rgb(111,14,16); }
div.DivClassName
{
background-color: #6F0E10;
}
.BgClassName
{
background-color: #6F0E10;
}
</style>
border-color css
<style>
span { border-color: #6F0E10; }
span { border-color: rgb(111,14,16); }
td.TdClassName
{
border-color: #6F0E10;
}
.TagClassName
{
border-color: #6F0E10;
}
</style>