Shades of Pohutukawa #6E0B13
Tints of Pohutukawa #6E0B13
RGB
CMYK
RGB Variations
Color information
#6E0B13 (or 0x6E0B13) is known color: Pohutukawa. HEX triplet: 6E, 0B and 13. RGB value is (110,11,19). Sum of RGB (Red+Green+Blue) = 110+11+19=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0B13 is #91F4EC. Grayscale: #292929. Windows color (decimal): -9565421 or 1248110. OLE color: 1248110.
HSL color Cylindrical-coordinate representation of color #6E0B13: hue angle of 355.15º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B13 is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 11 | 19 | - |
| CMYK | 0 | 0.9 | 0.83 | 0.57 |
| HSL | 355.15º | 0.82% | 0.24% | - |
| HSV(B) | 355.15º | 0.9% | 0.43% | - |
| XYZ | 6.67 | 3.6 | 0.96 | - |
| YUV | 41.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 19 | 0 | 0.9 | 0.83 | 0.57 | 355.15 | 0.82 | 0.24 |
| Hex | 6E | B | 13 | 0 | 5A | 53 | 39 | 163 | 52 | 18 |
| Octal | 156 | 13 | 23 | 0 | 132 | 123 | 71 | 543 | 122 | 30 |
| Binary | 1101110 | 1011 | 10011 | 0 | 1011010 | 1010011 | 111001 | 101100011 | 1010010 | 11000 |
Color Harmonies of #6E0B13
Complementary color
Monochromatic Colors of #6E0B13
Black with #6E0B13
Text Example
Text Example
White with #6E0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0B13; }
p { color: rgb(110,11,19); }
H1.HeaderClassName
{
color: #6E0B13;
}
.AnyTagClassName
{
color: #6E0B13;
}
</style>
background-color css
<style>
a { background-color: #6E0B13; }
a { background-color: rgb(110,11,19); }
div.DivClassName
{
background-color: #6E0B13;
}
.BgClassName
{
background-color: #6E0B13;
}
</style>
border-color css
<style>
span { border-color: #6E0B13; }
span { border-color: rgb(110,11,19); }
td.TdClassName
{
border-color: #6E0B13;
}
.TagClassName
{
border-color: #6E0B13;
}
</style>