Shades of Red Oxide #6C200D
Tints of Red Oxide #6C200D
RGB
CMYK
RGB Variations
Color information
#6C200D (or 0x6C200D) is known color: Red Oxide. HEX triplet: 6C, 20 and 0D. RGB value is (108,32,13). Sum of RGB (Red+Green+Blue) = 108+32+13=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C200D is #93DFF2. Grayscale: #343434. Windows color (decimal): -9691123 or 860268. OLE color: 860268.
HSL color Cylindrical-coordinate representation of color #6C200D: hue angle of 12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C200D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 13 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.58 |
| HSL | 12º | 0.79% | 0.24% | - |
| HSV(B) | 12º | 0.88% | 0.42% | - |
| XYZ | 6.77 | 4.25 | 0.84 | - |
| YUV | 52.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 13 | 0 | 0.70 | 0.88 | 0.58 | 12 | 0.79 | 0.24 |
| Hex | 6C | 20 | D | 0 | 46 | 58 | 3A | C | 4F | 18 |
| Octal | 154 | 40 | 15 | 0 | 106 | 130 | 72 | 14 | 117 | 30 |
| Binary | 1101100 | 100000 | 1101 | 0 | 1000110 | 1011000 | 111010 | 1100 | 1001111 | 11000 |
Color Harmonies of #6C200D
Complementary color
Monochromatic Colors of #6C200D
Black with #6C200D
Text Example
Text Example
White with #6C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C200D; }
p { color: rgb(108,32,13); }
H1.HeaderClassName
{
color: #6C200D;
}
.AnyTagClassName
{
color: #6C200D;
}
</style>
background-color css
<style>
a { background-color: #6C200D; }
a { background-color: rgb(108,32,13); }
div.DivClassName
{
background-color: #6C200D;
}
.BgClassName
{
background-color: #6C200D;
}
</style>
border-color css
<style>
span { border-color: #6C200D; }
span { border-color: rgb(108,32,13); }
td.TdClassName
{
border-color: #6C200D;
}
.TagClassName
{
border-color: #6C200D;
}
</style>