Shades of Red Oxide #6D2115
Tints of Red Oxide #6D2115
RGB
CMYK
RGB Variations
Color information
#6D2115 (or 0x6D2115) is known color: Red Oxide. HEX triplet: 6D, 21 and 15. RGB value is (109,33,21). Sum of RGB (Red+Green+Blue) = 109+33+21=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2115 is #92DEEA. Grayscale: #363636. Windows color (decimal): -9625323 or 1384813. OLE color: 1384813.
HSL color Cylindrical-coordinate representation of color #6D2115: hue angle of 8.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2115 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 21 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.57 |
| HSL | 8.18º | 0.68% | 0.25% | - |
| HSV(B) | 8.18º | 0.81% | 0.43% | - |
| XYZ | 6.99 | 4.39 | 1.19 | - |
| YUV | 54.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 21 | 0 | 0.70 | 0.81 | 0.57 | 8.18 | 0.68 | 0.25 |
| Hex | 6D | 21 | 15 | 0 | 46 | 51 | 39 | 8 | 44 | 19 |
| Octal | 155 | 41 | 25 | 0 | 106 | 121 | 71 | 10 | 104 | 31 |
| Binary | 1101101 | 100001 | 10101 | 0 | 1000110 | 1010001 | 111001 | 1000 | 1000100 | 11001 |
Color Harmonies of #6D2115
Complementary color
Monochromatic Colors of #6D2115
Black with #6D2115
Text Example
Text Example
White with #6D2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2115; }
p { color: rgb(109,33,21); }
H1.HeaderClassName
{
color: #6D2115;
}
.AnyTagClassName
{
color: #6D2115;
}
</style>
background-color css
<style>
a { background-color: #6D2115; }
a { background-color: rgb(109,33,21); }
div.DivClassName
{
background-color: #6D2115;
}
.BgClassName
{
background-color: #6D2115;
}
</style>
border-color css
<style>
span { border-color: #6D2115; }
span { border-color: rgb(109,33,21); }
td.TdClassName
{
border-color: #6D2115;
}
.TagClassName
{
border-color: #6D2115;
}
</style>