Shades of Pohutukawa #6C0C11
Tints of Pohutukawa #6C0C11
RGB
CMYK
RGB Variations
Color information
#6C0C11 (or 0x6C0C11) is known color: Pohutukawa. HEX triplet: 6C, 0C and 11. RGB value is (108,12,17). Sum of RGB (Red+Green+Blue) = 108+12+17=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0C11 is #93F3EE. Grayscale: #292929. Windows color (decimal): -9696239 or 1117292. OLE color: 1117292.
HSL color Cylindrical-coordinate representation of color #6C0C11: hue angle of 356.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0C11 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 12 | 17 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.58 |
| HSL | 356.88º | 0.8% | 0.24% | - |
| HSV(B) | 356.88º | 0.89% | 0.42% | - |
| XYZ | 6.42 | 3.49 | 0.87 | - |
| YUV | 41.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 17 | 0 | 0.89 | 0.84 | 0.58 | 356.88 | 0.8 | 0.24 |
| Hex | 6C | C | 11 | 0 | 59 | 54 | 3A | 165 | 50 | 18 |
| Octal | 154 | 14 | 21 | 0 | 131 | 124 | 72 | 545 | 120 | 30 |
| Binary | 1101100 | 1100 | 10001 | 0 | 1011001 | 1010100 | 111010 | 101100101 | 1010000 | 11000 |
Color Harmonies of #6C0C11
Complementary color
Monochromatic Colors of #6C0C11
Black with #6C0C11
Text Example
Text Example
White with #6C0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C11; }
p { color: rgb(108,12,17); }
H1.HeaderClassName
{
color: #6C0C11;
}
.AnyTagClassName
{
color: #6C0C11;
}
</style>
background-color css
<style>
a { background-color: #6C0C11; }
a { background-color: rgb(108,12,17); }
div.DivClassName
{
background-color: #6C0C11;
}
.BgClassName
{
background-color: #6C0C11;
}
</style>
border-color css
<style>
span { border-color: #6C0C11; }
span { border-color: rgb(108,12,17); }
td.TdClassName
{
border-color: #6C0C11;
}
.TagClassName
{
border-color: #6C0C11;
}
</style>