Shades of Red Oxide #6C2014
Tints of Red Oxide #6C2014
RGB
CMYK
RGB Variations
Color information
#6C2014 (or 0x6C2014) is known color: Red Oxide. HEX triplet: 6C, 20 and 14. RGB value is (108,32,20). Sum of RGB (Red+Green+Blue) = 108+32+20=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2014 is #93DFEB. Grayscale: #353535. Windows color (decimal): -9691116 or 1319020. OLE color: 1319020.
HSL color Cylindrical-coordinate representation of color #6C2014: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2014 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 20 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.58 |
| HSL | 8.18º | 0.69% | 0.25% | - |
| HSV(B) | 8.18º | 0.81% | 0.42% | - |
| XYZ | 6.83 | 4.27 | 1.13 | - |
| YUV | 53.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 20 | 0 | 0.70 | 0.81 | 0.58 | 8.18 | 0.69 | 0.25 |
| Hex | 6C | 20 | 14 | 0 | 46 | 51 | 3A | 8 | 45 | 19 |
| Octal | 154 | 40 | 24 | 0 | 106 | 121 | 72 | 10 | 105 | 31 |
| Binary | 1101100 | 100000 | 10100 | 0 | 1000110 | 1010001 | 111010 | 1000 | 1000101 | 11001 |
Color Harmonies of #6C2014
Complementary color
Monochromatic Colors of #6C2014
Black with #6C2014
Text Example
Text Example
White with #6C2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2014; }
p { color: rgb(108,32,20); }
H1.HeaderClassName
{
color: #6C2014;
}
.AnyTagClassName
{
color: #6C2014;
}
</style>
background-color css
<style>
a { background-color: #6C2014; }
a { background-color: rgb(108,32,20); }
div.DivClassName
{
background-color: #6C2014;
}
.BgClassName
{
background-color: #6C2014;
}
</style>
border-color css
<style>
span { border-color: #6C2014; }
span { border-color: rgb(108,32,20); }
td.TdClassName
{
border-color: #6C2014;
}
.TagClassName
{
border-color: #6C2014;
}
</style>