Shades of Red Oxide #6D2113
Tints of Red Oxide #6D2113
RGB
CMYK
RGB Variations
Color information
#6D2113 (or 0x6D2113) is known color: Red Oxide. HEX triplet: 6D, 21 and 13. RGB value is (109,33,19). Sum of RGB (Red+Green+Blue) = 109+33+19=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2113 is #92DEEC. Grayscale: #363636. Windows color (decimal): -9625325 or 1253741. OLE color: 1253741.
HSL color Cylindrical-coordinate representation of color #6D2113: hue angle of 9.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2113 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 19 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.57 |
| HSL | 9.33º | 0.7% | 0.25% | - |
| HSV(B) | 9.33º | 0.83% | 0.43% | - |
| XYZ | 6.97 | 4.39 | 1.1 | - |
| YUV | 54.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 19 | 0 | 0.70 | 0.83 | 0.57 | 9.33 | 0.7 | 0.25 |
| Hex | 6D | 21 | 13 | 0 | 46 | 53 | 39 | 9 | 46 | 19 |
| Octal | 155 | 41 | 23 | 0 | 106 | 123 | 71 | 11 | 106 | 31 |
| Binary | 1101101 | 100001 | 10011 | 0 | 1000110 | 1010011 | 111001 | 1001 | 1000110 | 11001 |
Color Harmonies of #6D2113
Complementary color
Monochromatic Colors of #6D2113
Black with #6D2113
Text Example
Text Example
White with #6D2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2113; }
p { color: rgb(109,33,19); }
H1.HeaderClassName
{
color: #6D2113;
}
.AnyTagClassName
{
color: #6D2113;
}
</style>
background-color css
<style>
a { background-color: #6D2113; }
a { background-color: rgb(109,33,19); }
div.DivClassName
{
background-color: #6D2113;
}
.BgClassName
{
background-color: #6D2113;
}
</style>
border-color css
<style>
span { border-color: #6D2113; }
span { border-color: rgb(109,33,19); }
td.TdClassName
{
border-color: #6D2113;
}
.TagClassName
{
border-color: #6D2113;
}
</style>