Shades of Red Oxide #6D210F
Tints of Red Oxide #6D210F
RGB
CMYK
RGB Variations
Color information
#6D210F (or 0x6D210F) is known color: Red Oxide. HEX triplet: 6D, 21 and 0F. RGB value is (109,33,15). Sum of RGB (Red+Green+Blue) = 109+33+15=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D210F is #92DEF0. Grayscale: #353535. Windows color (decimal): -9625329 or 991597. OLE color: 991597.
HSL color Cylindrical-coordinate representation of color #6D210F: hue angle of 11.49º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D210F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 15 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.57 |
| HSL | 11.49º | 0.76% | 0.24% | - |
| HSV(B) | 11.49º | 0.86% | 0.43% | - |
| XYZ | 6.94 | 4.37 | 0.93 | - |
| YUV | 53.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 15 | 0 | 0.70 | 0.86 | 0.57 | 11.49 | 0.76 | 0.24 |
| Hex | 6D | 21 | F | 0 | 46 | 56 | 39 | B | 4C | 18 |
| Octal | 155 | 41 | 17 | 0 | 106 | 126 | 71 | 13 | 114 | 30 |
| Binary | 1101101 | 100001 | 1111 | 0 | 1000110 | 1010110 | 111001 | 1011 | 1001100 | 11000 |
Color Harmonies of #6D210F
Complementary color
Monochromatic Colors of #6D210F
Black with #6D210F
Text Example
Text Example
White with #6D210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D210F; }
p { color: rgb(109,33,15); }
H1.HeaderClassName
{
color: #6D210F;
}
.AnyTagClassName
{
color: #6D210F;
}
</style>
background-color css
<style>
a { background-color: #6D210F; }
a { background-color: rgb(109,33,15); }
div.DivClassName
{
background-color: #6D210F;
}
.BgClassName
{
background-color: #6D210F;
}
</style>
border-color css
<style>
span { border-color: #6D210F; }
span { border-color: rgb(109,33,15); }
td.TdClassName
{
border-color: #6D210F;
}
.TagClassName
{
border-color: #6D210F;
}
</style>