Shades of Pohutukawa #6C0B24
Tints of Pohutukawa #6C0B24
RGB
CMYK
RGB Variations
Color information
#6C0B24 (or 0x6C0B24) is known color: Pohutukawa. HEX triplet: 6C, 0B and 24. RGB value is (108,11,36). Sum of RGB (Red+Green+Blue) = 108+11+36=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B24 is #93F4DB. Grayscale: #2A2A2A. Windows color (decimal): -9696476 or 2362220. OLE color: 2362220.
HSL color Cylindrical-coordinate representation of color #6C0B24: hue angle of 344.54º 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 #6C0B24 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 36 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.58 |
| HSL | 344.54º | 0.82% | 0.23% | - |
| HSV(B) | 344.54º | 0.9% | 0.42% | - |
| XYZ | 6.62 | 3.55 | 2.01 | - |
| YUV | 42.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 36 | 0 | 0.90 | 0.67 | 0.58 | 344.54 | 0.82 | 0.23 |
| Hex | 6C | B | 24 | 0 | 5A | 43 | 3A | 159 | 52 | 17 |
| Octal | 154 | 13 | 44 | 0 | 132 | 103 | 72 | 531 | 122 | 27 |
| Binary | 1101100 | 1011 | 100100 | 0 | 1011010 | 1000011 | 111010 | 101011001 | 1010010 | 10111 |
Color Harmonies of #6C0B24
Complementary color
Monochromatic Colors of #6C0B24
Black with #6C0B24
Text Example
Text Example
White with #6C0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B24; }
p { color: rgb(108,11,36); }
H1.HeaderClassName
{
color: #6C0B24;
}
.AnyTagClassName
{
color: #6C0B24;
}
</style>
background-color css
<style>
a { background-color: #6C0B24; }
a { background-color: rgb(108,11,36); }
div.DivClassName
{
background-color: #6C0B24;
}
.BgClassName
{
background-color: #6C0B24;
}
</style>
border-color css
<style>
span { border-color: #6C0B24; }
span { border-color: rgb(108,11,36); }
td.TdClassName
{
border-color: #6C0B24;
}
.TagClassName
{
border-color: #6C0B24;
}
</style>