Shades of Pohutukawa #6C111E
Tints of Pohutukawa #6C111E
RGB
CMYK
RGB Variations
Color information
#6C111E (or 0x6C111E) is known color: Pohutukawa. HEX triplet: 6C, 11 and 1E. RGB value is (108,17,30). Sum of RGB (Red+Green+Blue) = 108+17+30=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C111E is #93EEE1. Grayscale: #2D2D2D. Windows color (decimal): -9694946 or 1970540. OLE color: 1970540.
HSL color Cylindrical-coordinate representation of color #6C111E: hue angle of 351.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C111E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 17 | 30 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.58 |
| HSL | 351.43º | 0.73% | 0.25% | - |
| HSV(B) | 351.43º | 0.84% | 0.42% | - |
| XYZ | 6.62 | 3.68 | 1.59 | - |
| YUV | 45.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 30 | 0 | 0.84 | 0.72 | 0.58 | 351.43 | 0.73 | 0.25 |
| Hex | 6C | 11 | 1E | 0 | 54 | 48 | 3A | 15F | 49 | 19 |
| Octal | 154 | 21 | 36 | 0 | 124 | 110 | 72 | 537 | 111 | 31 |
| Binary | 1101100 | 10001 | 11110 | 0 | 1010100 | 1001000 | 111010 | 101011111 | 1001001 | 11001 |
Color Harmonies of #6C111E
Complementary color
Monochromatic Colors of #6C111E
Black with #6C111E
Text Example
Text Example
White with #6C111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C111E; }
p { color: rgb(108,17,30); }
H1.HeaderClassName
{
color: #6C111E;
}
.AnyTagClassName
{
color: #6C111E;
}
</style>
background-color css
<style>
a { background-color: #6C111E; }
a { background-color: rgb(108,17,30); }
div.DivClassName
{
background-color: #6C111E;
}
.BgClassName
{
background-color: #6C111E;
}
</style>
border-color css
<style>
span { border-color: #6C111E; }
span { border-color: rgb(108,17,30); }
td.TdClassName
{
border-color: #6C111E;
}
.TagClassName
{
border-color: #6C111E;
}
</style>