Shades of Pohutukawa #6B0D16
Tints of Pohutukawa #6B0D16
RGB
CMYK
RGB Variations
Color information
#6B0D16 (or 0x6B0D16) is known color: Pohutukawa. HEX triplet: 6B, 0D and 16. RGB value is (107,13,22). Sum of RGB (Red+Green+Blue) = 107+13+22=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0D16 is #94F2E9. Grayscale: #2A2A2A. Windows color (decimal): -9761514 or 1445227. OLE color: 1445227.
HSL color Cylindrical-coordinate representation of color #6B0D16: hue angle of 354.26º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D16 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 22 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.58 |
| HSL | 354.26º | 0.78% | 0.24% | - |
| HSV(B) | 354.26º | 0.88% | 0.42% | - |
| XYZ | 6.35 | 3.47 | 1.09 | - |
| YUV | 42.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 22 | 0 | 0.88 | 0.79 | 0.58 | 354.26 | 0.78 | 0.24 |
| Hex | 6B | D | 16 | 0 | 58 | 4F | 3A | 162 | 4E | 18 |
| Octal | 153 | 15 | 26 | 0 | 130 | 117 | 72 | 542 | 116 | 30 |
| Binary | 1101011 | 1101 | 10110 | 0 | 1011000 | 1001111 | 111010 | 101100010 | 1001110 | 11000 |
Color Harmonies of #6B0D16
Complementary color
Monochromatic Colors of #6B0D16
Black with #6B0D16
Text Example
Text Example
White with #6B0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D16; }
p { color: rgb(107,13,22); }
H1.HeaderClassName
{
color: #6B0D16;
}
.AnyTagClassName
{
color: #6B0D16;
}
</style>
background-color css
<style>
a { background-color: #6B0D16; }
a { background-color: rgb(107,13,22); }
div.DivClassName
{
background-color: #6B0D16;
}
.BgClassName
{
background-color: #6B0D16;
}
</style>
border-color css
<style>
span { border-color: #6B0D16; }
span { border-color: rgb(107,13,22); }
td.TdClassName
{
border-color: #6B0D16;
}
.TagClassName
{
border-color: #6B0D16;
}
</style>