Shades of Pohutukawa #6E0B0F
Tints of Pohutukawa #6E0B0F
RGB
CMYK
RGB Variations
Color information
#6E0B0F (or 0x6E0B0F) is known color: Pohutukawa. HEX triplet: 6E, 0B and 0F. RGB value is (110,11,15). Sum of RGB (Red+Green+Blue) = 110+11+15=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0B0F is #91F4F0. Grayscale: #292929. Windows color (decimal): -9565425 or 985966. OLE color: 985966.
HSL color Cylindrical-coordinate representation of color #6E0B0F: hue angle of 357.58º 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 #6E0B0F is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 11 | 15 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.57 |
| HSL | 357.58º | 0.82% | 0.24% | - |
| HSV(B) | 357.58º | 0.9% | 0.43% | - |
| XYZ | 6.64 | 3.59 | 0.79 | - |
| YUV | 41.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 15 | 0 | 0.9 | 0.86 | 0.57 | 357.58 | 0.82 | 0.24 |
| Hex | 6E | B | F | 0 | 5A | 56 | 39 | 166 | 52 | 18 |
| Octal | 156 | 13 | 17 | 0 | 132 | 126 | 71 | 546 | 122 | 30 |
| Binary | 1101110 | 1011 | 1111 | 0 | 1011010 | 1010110 | 111001 | 101100110 | 1010010 | 11000 |
Color Harmonies of #6E0B0F
Complementary color
Monochromatic Colors of #6E0B0F
Black with #6E0B0F
Text Example
Text Example
White with #6E0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0B0F; }
p { color: rgb(110,11,15); }
H1.HeaderClassName
{
color: #6E0B0F;
}
.AnyTagClassName
{
color: #6E0B0F;
}
</style>
background-color css
<style>
a { background-color: #6E0B0F; }
a { background-color: rgb(110,11,15); }
div.DivClassName
{
background-color: #6E0B0F;
}
.BgClassName
{
background-color: #6E0B0F;
}
</style>
border-color css
<style>
span { border-color: #6E0B0F; }
span { border-color: rgb(110,11,15); }
td.TdClassName
{
border-color: #6E0B0F;
}
.TagClassName
{
border-color: #6E0B0F;
}
</style>