Shades of Pohutukawa #6D0A19
Tints of Pohutukawa #6D0A19
RGB
CMYK
RGB Variations
Color information
#6D0A19 (or 0x6D0A19) is known color: Pohutukawa. HEX triplet: 6D, 0A and 19. RGB value is (109,10,25). Sum of RGB (Red+Green+Blue) = 109+10+25=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A19 is #92F5E6. Grayscale: #292929. Windows color (decimal): -9631207 or 1641069. OLE color: 1641069.
HSL color Cylindrical-coordinate representation of color #6D0A19: hue angle of 350.91º 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 #6D0A19 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 25 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.57 |
| HSL | 350.91º | 0.83% | 0.23% | - |
| HSV(B) | 350.91º | 0.91% | 0.43% | - |
| XYZ | 6.59 | 3.54 | 1.26 | - |
| YUV | 41.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 25 | 0 | 0.91 | 0.77 | 0.57 | 350.91 | 0.83 | 0.23 |
| Hex | 6D | A | 19 | 0 | 5B | 4D | 39 | 15F | 53 | 17 |
| Octal | 155 | 12 | 31 | 0 | 133 | 115 | 71 | 537 | 123 | 27 |
| Binary | 1101101 | 1010 | 11001 | 0 | 1011011 | 1001101 | 111001 | 101011111 | 1010011 | 10111 |
Color Harmonies of #6D0A19
Complementary color
Monochromatic Colors of #6D0A19
Black with #6D0A19
Text Example
Text Example
White with #6D0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A19; }
p { color: rgb(109,10,25); }
H1.HeaderClassName
{
color: #6D0A19;
}
.AnyTagClassName
{
color: #6D0A19;
}
</style>
background-color css
<style>
a { background-color: #6D0A19; }
a { background-color: rgb(109,10,25); }
div.DivClassName
{
background-color: #6D0A19;
}
.BgClassName
{
background-color: #6D0A19;
}
</style>
border-color css
<style>
span { border-color: #6D0A19; }
span { border-color: rgb(109,10,25); }
td.TdClassName
{
border-color: #6D0A19;
}
.TagClassName
{
border-color: #6D0A19;
}
</style>