Shades of Red Oxide #6D2009
Tints of Red Oxide #6D2009
RGB
CMYK
RGB Variations
Color information
#6D2009 (or 0x6D2009) is known color: Red Oxide. HEX triplet: 6D, 20 and 09. RGB value is (109,32,9). Sum of RGB (Red+Green+Blue) = 109+32+9=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2009 is #92DFF6. Grayscale: #343434. Windows color (decimal): -9625591 or 598125. OLE color: 598125.
HSL color Cylindrical-coordinate representation of color #6D2009: hue angle of 13.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D2009 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 9 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.57 |
| HSL | 13.8º | 0.85% | 0.23% | - |
| HSV(B) | 13.8º | 0.92% | 0.43% | - |
| XYZ | 6.87 | 4.3 | 0.73 | - |
| YUV | 52.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 9 | 0 | 0.71 | 0.92 | 0.57 | 13.8 | 0.85 | 0.23 |
| Hex | 6D | 20 | 9 | 0 | 47 | 5C | 39 | E | 55 | 17 |
| Octal | 155 | 40 | 11 | 0 | 107 | 134 | 71 | 16 | 125 | 27 |
| Binary | 1101101 | 100000 | 1001 | 0 | 1000111 | 1011100 | 111001 | 1110 | 1010101 | 10111 |
Color Harmonies of #6D2009
Complementary color
Monochromatic Colors of #6D2009
Black with #6D2009
Text Example
Text Example
White with #6D2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2009; }
p { color: rgb(109,32,9); }
H1.HeaderClassName
{
color: #6D2009;
}
.AnyTagClassName
{
color: #6D2009;
}
</style>
background-color css
<style>
a { background-color: #6D2009; }
a { background-color: rgb(109,32,9); }
div.DivClassName
{
background-color: #6D2009;
}
.BgClassName
{
background-color: #6D2009;
}
</style>
border-color css
<style>
span { border-color: #6D2009; }
span { border-color: rgb(109,32,9); }
td.TdClassName
{
border-color: #6D2009;
}
.TagClassName
{
border-color: #6D2009;
}
</style>