Shades of Pohutukawa #6C112B
Tints of Pohutukawa #6C112B
RGB
CMYK
RGB Variations
Color information
#6C112B (or 0x6C112B) is known color: Pohutukawa. HEX triplet: 6C, 11 and 2B. RGB value is (108,17,43). Sum of RGB (Red+Green+Blue) = 108+17+43=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C112B is #93EED4. Grayscale: #2F2F2F. Windows color (decimal): -9694933 or 2822508. OLE color: 2822508.
HSL color Cylindrical-coordinate representation of color #6C112B: hue angle of 342.86º 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 #6C112B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 17 | 43 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.58 |
| HSL | 342.86º | 0.73% | 0.25% | - |
| HSV(B) | 342.86º | 0.84% | 0.42% | - |
| XYZ | 6.82 | 3.76 | 2.65 | - |
| YUV | 47.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 43 | 0 | 0.84 | 0.60 | 0.58 | 342.86 | 0.73 | 0.25 |
| Hex | 6C | 11 | 2B | 0 | 54 | 3C | 3A | 157 | 49 | 19 |
| Octal | 154 | 21 | 53 | 0 | 124 | 74 | 72 | 527 | 111 | 31 |
| Binary | 1101100 | 10001 | 101011 | 0 | 1010100 | 111100 | 111010 | 101010111 | 1001001 | 11001 |
Color Harmonies of #6C112B
Complementary color
Monochromatic Colors of #6C112B
Black with #6C112B
Text Example
Text Example
White with #6C112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C112B; }
p { color: rgb(108,17,43); }
H1.HeaderClassName
{
color: #6C112B;
}
.AnyTagClassName
{
color: #6C112B;
}
</style>
background-color css
<style>
a { background-color: #6C112B; }
a { background-color: rgb(108,17,43); }
div.DivClassName
{
background-color: #6C112B;
}
.BgClassName
{
background-color: #6C112B;
}
</style>
border-color css
<style>
span { border-color: #6C112B; }
span { border-color: rgb(108,17,43); }
td.TdClassName
{
border-color: #6C112B;
}
.TagClassName
{
border-color: #6C112B;
}
</style>