Shades of Pohutukawa #6D0E11
Tints of Pohutukawa #6D0E11
RGB
CMYK
RGB Variations
Color information
#6D0E11 (or 0x6D0E11) is known color: Pohutukawa. HEX triplet: 6D, 0E and 11. RGB value is (109,14,17). Sum of RGB (Red+Green+Blue) = 109+14+17=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0E11 is #92F1EE. Grayscale: #2A2A2A. Windows color (decimal): -9630191 or 1117805. OLE color: 1117805.
HSL color Cylindrical-coordinate representation of color #6D0E11: hue angle of 358.11º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D0E11 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 17 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.57 |
| HSL | 358.11º | 0.77% | 0.24% | - |
| HSV(B) | 358.11º | 0.87% | 0.43% | - |
| XYZ | 6.56 | 3.61 | 0.88 | - |
| YUV | 42.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 17 | 0 | 0.87 | 0.84 | 0.57 | 358.11 | 0.77 | 0.24 |
| Hex | 6D | E | 11 | 0 | 57 | 54 | 39 | 166 | 4D | 18 |
| Octal | 155 | 16 | 21 | 0 | 127 | 124 | 71 | 546 | 115 | 30 |
| Binary | 1101101 | 1110 | 10001 | 0 | 1010111 | 1010100 | 111001 | 101100110 | 1001101 | 11000 |
Color Harmonies of #6D0E11
Complementary color
Monochromatic Colors of #6D0E11
Black with #6D0E11
Text Example
Text Example
White with #6D0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E11; }
p { color: rgb(109,14,17); }
H1.HeaderClassName
{
color: #6D0E11;
}
.AnyTagClassName
{
color: #6D0E11;
}
</style>
background-color css
<style>
a { background-color: #6D0E11; }
a { background-color: rgb(109,14,17); }
div.DivClassName
{
background-color: #6D0E11;
}
.BgClassName
{
background-color: #6D0E11;
}
</style>
border-color css
<style>
span { border-color: #6D0E11; }
span { border-color: rgb(109,14,17); }
td.TdClassName
{
border-color: #6D0E11;
}
.TagClassName
{
border-color: #6D0E11;
}
</style>