Shades of Red Oxide #6D2111
Tints of Red Oxide #6D2111
RGB
CMYK
RGB Variations
Color information
#6D2111 (or 0x6D2111) is known color: Red Oxide. HEX triplet: 6D, 21 and 11. RGB value is (109,33,17). Sum of RGB (Red+Green+Blue) = 109+33+17=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2111 is #92DEEE. Grayscale: #363636. Windows color (decimal): -9625327 or 1122669. OLE color: 1122669.
HSL color Cylindrical-coordinate representation of color #6D2111: hue angle of 10.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D2111 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 17 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.57 |
| HSL | 10.43º | 0.73% | 0.25% | - |
| HSV(B) | 10.43º | 0.84% | 0.43% | - |
| XYZ | 6.95 | 4.38 | 1.01 | - |
| YUV | 53.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 17 | 0 | 0.70 | 0.84 | 0.57 | 10.43 | 0.73 | 0.25 |
| Hex | 6D | 21 | 11 | 0 | 46 | 54 | 39 | A | 49 | 19 |
| Octal | 155 | 41 | 21 | 0 | 106 | 124 | 71 | 12 | 111 | 31 |
| Binary | 1101101 | 100001 | 10001 | 0 | 1000110 | 1010100 | 111001 | 1010 | 1001001 | 11001 |
Color Harmonies of #6D2111
Complementary color
Monochromatic Colors of #6D2111
Black with #6D2111
Text Example
Text Example
White with #6D2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2111; }
p { color: rgb(109,33,17); }
H1.HeaderClassName
{
color: #6D2111;
}
.AnyTagClassName
{
color: #6D2111;
}
</style>
background-color css
<style>
a { background-color: #6D2111; }
a { background-color: rgb(109,33,17); }
div.DivClassName
{
background-color: #6D2111;
}
.BgClassName
{
background-color: #6D2111;
}
</style>
border-color css
<style>
span { border-color: #6D2111; }
span { border-color: rgb(109,33,17); }
td.TdClassName
{
border-color: #6D2111;
}
.TagClassName
{
border-color: #6D2111;
}
</style>