Shades of Pohutukawa #6D0C16
Tints of Pohutukawa #6D0C16
RGB
CMYK
RGB Variations
Color information
#6D0C16 (or 0x6D0C16) is known color: Pohutukawa. HEX triplet: 6D, 0C and 16. RGB value is (109,12,22). Sum of RGB (Red+Green+Blue) = 109+12+22=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C16 is #92F3E9. Grayscale: #2A2A2A. Windows color (decimal): -9630698 or 1444973. OLE color: 1444973.
HSL color Cylindrical-coordinate representation of color #6D0C16: hue angle of 353.81º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C16 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 12 | 22 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.57 |
| HSL | 353.81º | 0.8% | 0.24% | - |
| HSV(B) | 353.81º | 0.89% | 0.43% | - |
| XYZ | 6.58 | 3.57 | 1.1 | - |
| YUV | 42.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 22 | 0 | 0.89 | 0.80 | 0.57 | 353.81 | 0.8 | 0.24 |
| Hex | 6D | C | 16 | 0 | 59 | 50 | 39 | 162 | 50 | 18 |
| Octal | 155 | 14 | 26 | 0 | 131 | 120 | 71 | 542 | 120 | 30 |
| Binary | 1101101 | 1100 | 10110 | 0 | 1011001 | 1010000 | 111001 | 101100010 | 1010000 | 11000 |
Color Harmonies of #6D0C16
Complementary color
Monochromatic Colors of #6D0C16
Black with #6D0C16
Text Example
Text Example
White with #6D0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C16; }
p { color: rgb(109,12,22); }
H1.HeaderClassName
{
color: #6D0C16;
}
.AnyTagClassName
{
color: #6D0C16;
}
</style>
background-color css
<style>
a { background-color: #6D0C16; }
a { background-color: rgb(109,12,22); }
div.DivClassName
{
background-color: #6D0C16;
}
.BgClassName
{
background-color: #6D0C16;
}
</style>
border-color css
<style>
span { border-color: #6D0C16; }
span { border-color: rgb(109,12,22); }
td.TdClassName
{
border-color: #6D0C16;
}
.TagClassName
{
border-color: #6D0C16;
}
</style>