Shades of Pohutukawa #6E0F12
Tints of Pohutukawa #6E0F12
RGB
CMYK
RGB Variations
Color information
#6E0F12 (or 0x6E0F12) is known color: Pohutukawa. HEX triplet: 6E, 0F and 12. RGB value is (110,15,18). Sum of RGB (Red+Green+Blue) = 110+15+18=143 (18% of max value = 765). Red value is 110 (43.36% from 255 or 76.92% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0F12 is #91F0ED. Grayscale: #2B2B2B. Windows color (decimal): -9564398 or 1183598. OLE color: 1183598.
HSL color Cylindrical-coordinate representation of color #6E0F12: hue angle of 358.11º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F12 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 15 | 18 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.57 |
| HSL | 358.11º | 0.76% | 0.25% | - |
| HSV(B) | 358.11º | 0.86% | 0.43% | - |
| XYZ | 6.71 | 3.7 | 0.93 | - |
| YUV | 43.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 18 | 0 | 0.86 | 0.84 | 0.57 | 358.11 | 0.76 | 0.25 |
| Hex | 6E | F | 12 | 0 | 56 | 54 | 39 | 166 | 4C | 19 |
| Octal | 156 | 17 | 22 | 0 | 126 | 124 | 71 | 546 | 114 | 31 |
| Binary | 1101110 | 1111 | 10010 | 0 | 1010110 | 1010100 | 111001 | 101100110 | 1001100 | 11001 |
Color Harmonies of #6E0F12
Complementary color
Monochromatic Colors of #6E0F12
Black with #6E0F12
Text Example
Text Example
White with #6E0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F12; }
p { color: rgb(110,15,18); }
H1.HeaderClassName
{
color: #6E0F12;
}
.AnyTagClassName
{
color: #6E0F12;
}
</style>
background-color css
<style>
a { background-color: #6E0F12; }
a { background-color: rgb(110,15,18); }
div.DivClassName
{
background-color: #6E0F12;
}
.BgClassName
{
background-color: #6E0F12;
}
</style>
border-color css
<style>
span { border-color: #6E0F12; }
span { border-color: rgb(110,15,18); }
td.TdClassName
{
border-color: #6E0F12;
}
.TagClassName
{
border-color: #6E0F12;
}
</style>