Shades of Pohutukawa #6D1620
Tints of Pohutukawa #6D1620
RGB
CMYK
RGB Variations
Color information
#6D1620 (or 0x6D1620) is known color: Pohutukawa. HEX triplet: 6D, 16 and 20. RGB value is (109,22,32). Sum of RGB (Red+Green+Blue) = 109+22+32=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1620 is #92E9DF. Grayscale: #313131. Windows color (decimal): -9628128 or 2102893. OLE color: 2102893.
HSL color Cylindrical-coordinate representation of color #6D1620: hue angle of 353.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1620 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 32 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.57 |
| HSL | 353.1º | 0.66% | 0.26% | - |
| HSV(B) | 353.1º | 0.8% | 0.43% | - |
| XYZ | 6.85 | 3.93 | 1.76 | - |
| YUV | 49.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 32 | 0 | 0.80 | 0.71 | 0.57 | 353.1 | 0.66 | 0.26 |
| Hex | 6D | 16 | 20 | 0 | 50 | 47 | 39 | 161 | 42 | 1A |
| Octal | 155 | 26 | 40 | 0 | 120 | 107 | 71 | 541 | 102 | 32 |
| Binary | 1101101 | 10110 | 100000 | 0 | 1010000 | 1000111 | 111001 | 101100001 | 1000010 | 11010 |
Color Harmonies of #6D1620
Complementary color
Monochromatic Colors of #6D1620
Black with #6D1620
Text Example
Text Example
White with #6D1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1620; }
p { color: rgb(109,22,32); }
H1.HeaderClassName
{
color: #6D1620;
}
.AnyTagClassName
{
color: #6D1620;
}
</style>
background-color css
<style>
a { background-color: #6D1620; }
a { background-color: rgb(109,22,32); }
div.DivClassName
{
background-color: #6D1620;
}
.BgClassName
{
background-color: #6D1620;
}
</style>
border-color css
<style>
span { border-color: #6D1620; }
span { border-color: rgb(109,22,32); }
td.TdClassName
{
border-color: #6D1620;
}
.TagClassName
{
border-color: #6D1620;
}
</style>