Shades of Pohutukawa #6D0A10
Tints of Pohutukawa #6D0A10
RGB
CMYK
RGB Variations
Color information
#6D0A10 (or 0x6D0A10) is known color: Pohutukawa. HEX triplet: 6D, 0A and 10. RGB value is (109,10,16). Sum of RGB (Red+Green+Blue) = 109+10+16=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A10 is #92F5EF. Grayscale: #282828. Windows color (decimal): -9631216 or 1051245. OLE color: 1051245.
HSL color Cylindrical-coordinate representation of color #6D0A10: hue angle of 356.36º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A10 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 16 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.57 |
| HSL | 356.36º | 0.83% | 0.23% | - |
| HSV(B) | 356.36º | 0.91% | 0.43% | - |
| XYZ | 6.51 | 3.51 | 0.82 | - |
| YUV | 40.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 16 | 0 | 0.91 | 0.85 | 0.57 | 356.36 | 0.83 | 0.23 |
| Hex | 6D | A | 10 | 0 | 5B | 55 | 39 | 164 | 53 | 17 |
| Octal | 155 | 12 | 20 | 0 | 133 | 125 | 71 | 544 | 123 | 27 |
| Binary | 1101101 | 1010 | 10000 | 0 | 1011011 | 1010101 | 111001 | 101100100 | 1010011 | 10111 |
Color Harmonies of #6D0A10
Complementary color
Monochromatic Colors of #6D0A10
Black with #6D0A10
Text Example
Text Example
White with #6D0A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A10; }
p { color: rgb(109,10,16); }
H1.HeaderClassName
{
color: #6D0A10;
}
.AnyTagClassName
{
color: #6D0A10;
}
</style>
background-color css
<style>
a { background-color: #6D0A10; }
a { background-color: rgb(109,10,16); }
div.DivClassName
{
background-color: #6D0A10;
}
.BgClassName
{
background-color: #6D0A10;
}
</style>
border-color css
<style>
span { border-color: #6D0A10; }
span { border-color: rgb(109,10,16); }
td.TdClassName
{
border-color: #6D0A10;
}
.TagClassName
{
border-color: #6D0A10;
}
</style>