Shades of Pohutukawa #6E0A11
Tints of Pohutukawa #6E0A11
RGB
CMYK
RGB Variations
Color information
#6E0A11 (or 0x6E0A11) is known color: Pohutukawa. HEX triplet: 6E, 0A and 11. RGB value is (110,10,17). Sum of RGB (Red+Green+Blue) = 110+10+17=137 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.29% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0A11 is #91F5EE. Grayscale: #282828. Windows color (decimal): -9565679 or 1116782. OLE color: 1116782.
HSL color Cylindrical-coordinate representation of color #6E0A11: hue angle of 355.8º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0A11 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 10 | 17 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.57 |
| HSL | 355.8º | 0.83% | 0.24% | - |
| HSV(B) | 355.8º | 0.91% | 0.43% | - |
| XYZ | 6.64 | 3.57 | 0.87 | - |
| YUV | 40.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 17 | 0 | 0.91 | 0.85 | 0.57 | 355.8 | 0.83 | 0.24 |
| Hex | 6E | A | 11 | 0 | 5B | 55 | 39 | 164 | 53 | 18 |
| Octal | 156 | 12 | 21 | 0 | 133 | 125 | 71 | 544 | 123 | 30 |
| Binary | 1101110 | 1010 | 10001 | 0 | 1011011 | 1010101 | 111001 | 101100100 | 1010011 | 11000 |
Color Harmonies of #6E0A11
Complementary color
Monochromatic Colors of #6E0A11
Black with #6E0A11
Text Example
Text Example
White with #6E0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0A11; }
p { color: rgb(110,10,17); }
H1.HeaderClassName
{
color: #6E0A11;
}
.AnyTagClassName
{
color: #6E0A11;
}
</style>
background-color css
<style>
a { background-color: #6E0A11; }
a { background-color: rgb(110,10,17); }
div.DivClassName
{
background-color: #6E0A11;
}
.BgClassName
{
background-color: #6E0A11;
}
</style>
border-color css
<style>
span { border-color: #6E0A11; }
span { border-color: rgb(110,10,17); }
td.TdClassName
{
border-color: #6E0A11;
}
.TagClassName
{
border-color: #6E0A11;
}
</style>