Shades of Pohutukawa #6C0B23
Tints of Pohutukawa #6C0B23
RGB
CMYK
RGB Variations
Color information
#6C0B23 (or 0x6C0B23) is known color: Pohutukawa. HEX triplet: 6C, 0B and 23. RGB value is (108,11,35). Sum of RGB (Red+Green+Blue) = 108+11+35=154 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.13% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B23 is #93F4DC. Grayscale: #2A2A2A. Windows color (decimal): -9696477 or 2296684. OLE color: 2296684.
HSL color Cylindrical-coordinate representation of color #6C0B23: hue angle of 345.15º 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 #6C0B23 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 35 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.58 |
| HSL | 345.15º | 0.82% | 0.23% | - |
| HSV(B) | 345.15º | 0.9% | 0.42% | - |
| XYZ | 6.61 | 3.55 | 1.93 | - |
| YUV | 42.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 35 | 0 | 0.90 | 0.68 | 0.58 | 345.15 | 0.82 | 0.23 |
| Hex | 6C | B | 23 | 0 | 5A | 44 | 3A | 159 | 52 | 17 |
| Octal | 154 | 13 | 43 | 0 | 132 | 104 | 72 | 531 | 122 | 27 |
| Binary | 1101100 | 1011 | 100011 | 0 | 1011010 | 1000100 | 111010 | 101011001 | 1010010 | 10111 |
Color Harmonies of #6C0B23
Complementary color
Monochromatic Colors of #6C0B23
Black with #6C0B23
Text Example
Text Example
White with #6C0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B23; }
p { color: rgb(108,11,35); }
H1.HeaderClassName
{
color: #6C0B23;
}
.AnyTagClassName
{
color: #6C0B23;
}
</style>
background-color css
<style>
a { background-color: #6C0B23; }
a { background-color: rgb(108,11,35); }
div.DivClassName
{
background-color: #6C0B23;
}
.BgClassName
{
background-color: #6C0B23;
}
</style>
border-color css
<style>
span { border-color: #6C0B23; }
span { border-color: rgb(108,11,35); }
td.TdClassName
{
border-color: #6C0B23;
}
.TagClassName
{
border-color: #6C0B23;
}
</style>