Shades of Pohutukawa #6C0E10
Tints of Pohutukawa #6C0E10
RGB
CMYK
RGB Variations
Color information
#6C0E10 (or 0x6C0E10) is known color: Pohutukawa. HEX triplet: 6C, 0E and 10. RGB value is (108,14,16). Sum of RGB (Red+Green+Blue) = 108+14+16=138 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.26% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0E10 is #93F1EF. Grayscale: #2A2A2A. Windows color (decimal): -9695728 or 1052268. OLE color: 1052268.
HSL color Cylindrical-coordinate representation of color #6C0E10: hue angle of 358.72º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E10 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 14 | 16 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.58 |
| HSL | 358.72º | 0.77% | 0.24% | - |
| HSV(B) | 358.72º | 0.87% | 0.42% | - |
| XYZ | 6.43 | 3.54 | 0.83 | - |
| YUV | 42.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 16 | 0 | 0.87 | 0.85 | 0.58 | 358.72 | 0.77 | 0.24 |
| Hex | 6C | E | 10 | 0 | 57 | 55 | 3A | 167 | 4D | 18 |
| Octal | 154 | 16 | 20 | 0 | 127 | 125 | 72 | 547 | 115 | 30 |
| Binary | 1101100 | 1110 | 10000 | 0 | 1010111 | 1010101 | 111010 | 101100111 | 1001101 | 11000 |
Color Harmonies of #6C0E10
Complementary color
Monochromatic Colors of #6C0E10
Black with #6C0E10
Text Example
Text Example
White with #6C0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0E10; }
p { color: rgb(108,14,16); }
H1.HeaderClassName
{
color: #6C0E10;
}
.AnyTagClassName
{
color: #6C0E10;
}
</style>
background-color css
<style>
a { background-color: #6C0E10; }
a { background-color: rgb(108,14,16); }
div.DivClassName
{
background-color: #6C0E10;
}
.BgClassName
{
background-color: #6C0E10;
}
</style>
border-color css
<style>
span { border-color: #6C0E10; }
span { border-color: rgb(108,14,16); }
td.TdClassName
{
border-color: #6C0E10;
}
.TagClassName
{
border-color: #6C0E10;
}
</style>