Shades of Pohutukawa #6C0B11
Tints of Pohutukawa #6C0B11
RGB
CMYK
RGB Variations
Color information
#6C0B11 (or 0x6C0B11) is known color: Pohutukawa. HEX triplet: 6C, 0B and 11. RGB value is (108,11,17). Sum of RGB (Red+Green+Blue) = 108+11+17=136 (18% of max value = 765). Red value is 108 (42.58% from 255 or 79.41% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0B11 is #93F4EE. Grayscale: #282828. Windows color (decimal): -9696495 or 1117036. OLE color: 1117036.
HSL color Cylindrical-coordinate representation of color #6C0B11: hue angle of 356.29º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B11 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 17 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.58 |
| HSL | 356.29º | 0.82% | 0.23% | - |
| HSV(B) | 356.29º | 0.9% | 0.42% | - |
| XYZ | 6.41 | 3.47 | 0.86 | - |
| YUV | 40.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 17 | 0 | 0.90 | 0.84 | 0.58 | 356.29 | 0.82 | 0.23 |
| Hex | 6C | B | 11 | 0 | 5A | 54 | 3A | 164 | 52 | 17 |
| Octal | 154 | 13 | 21 | 0 | 132 | 124 | 72 | 544 | 122 | 27 |
| Binary | 1101100 | 1011 | 10001 | 0 | 1011010 | 1010100 | 111010 | 101100100 | 1010010 | 10111 |
Color Harmonies of #6C0B11
Complementary color
Monochromatic Colors of #6C0B11
Black with #6C0B11
Text Example
Text Example
White with #6C0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B11; }
p { color: rgb(108,11,17); }
H1.HeaderClassName
{
color: #6C0B11;
}
.AnyTagClassName
{
color: #6C0B11;
}
</style>
background-color css
<style>
a { background-color: #6C0B11; }
a { background-color: rgb(108,11,17); }
div.DivClassName
{
background-color: #6C0B11;
}
.BgClassName
{
background-color: #6C0B11;
}
</style>
border-color css
<style>
span { border-color: #6C0B11; }
span { border-color: rgb(108,11,17); }
td.TdClassName
{
border-color: #6C0B11;
}
.TagClassName
{
border-color: #6C0B11;
}
</style>