Shades of Pohutukawa #6B0C12
Tints of Pohutukawa #6B0C12
RGB
CMYK
RGB Variations
Color information
#6B0C12 (or 0x6B0C12) is known color: Pohutukawa. HEX triplet: 6B, 0C and 12. RGB value is (107,12,18). Sum of RGB (Red+Green+Blue) = 107+12+18=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C12 is #94F3ED. Grayscale: #292929. Windows color (decimal): -9761774 or 1182827. OLE color: 1182827.
HSL color Cylindrical-coordinate representation of color #6B0C12: hue angle of 356.21º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C12 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 18 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.58 |
| HSL | 356.21º | 0.8% | 0.23% | - |
| HSV(B) | 356.21º | 0.89% | 0.42% | - |
| XYZ | 6.3 | 3.43 | 0.9 | - |
| YUV | 41.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 18 | 0 | 0.89 | 0.83 | 0.58 | 356.21 | 0.8 | 0.23 |
| Hex | 6B | C | 12 | 0 | 59 | 53 | 3A | 164 | 50 | 17 |
| Octal | 153 | 14 | 22 | 0 | 131 | 123 | 72 | 544 | 120 | 27 |
| Binary | 1101011 | 1100 | 10010 | 0 | 1011001 | 1010011 | 111010 | 101100100 | 1010000 | 10111 |
Color Harmonies of #6B0C12
Complementary color
Monochromatic Colors of #6B0C12
Black with #6B0C12
Text Example
Text Example
White with #6B0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C12; }
p { color: rgb(107,12,18); }
H1.HeaderClassName
{
color: #6B0C12;
}
.AnyTagClassName
{
color: #6B0C12;
}
</style>
background-color css
<style>
a { background-color: #6B0C12; }
a { background-color: rgb(107,12,18); }
div.DivClassName
{
background-color: #6B0C12;
}
.BgClassName
{
background-color: #6B0C12;
}
</style>
border-color css
<style>
span { border-color: #6B0C12; }
span { border-color: rgb(107,12,18); }
td.TdClassName
{
border-color: #6B0C12;
}
.TagClassName
{
border-color: #6B0C12;
}
</style>