Shades of Red Oxide #6C2017
Tints of Red Oxide #6C2017
RGB
CMYK
RGB Variations
Color information
#6C2017 (or 0x6C2017) is known color: Red Oxide. HEX triplet: 6C, 20 and 17. RGB value is (108,32,23). Sum of RGB (Red+Green+Blue) = 108+32+23=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2017 is #93DFE8. Grayscale: #353535. Windows color (decimal): -9691113 or 1515628. OLE color: 1515628.
HSL color Cylindrical-coordinate representation of color #6C2017: hue angle of 6.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2017 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 23 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.58 |
| HSL | 6.35º | 0.65% | 0.26% | - |
| HSV(B) | 6.35º | 0.79% | 0.42% | - |
| XYZ | 6.86 | 4.28 | 1.28 | - |
| YUV | 53.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 23 | 0 | 0.70 | 0.79 | 0.58 | 6.35 | 0.65 | 0.26 |
| Hex | 6C | 20 | 17 | 0 | 46 | 4F | 3A | 6 | 41 | 1A |
| Octal | 154 | 40 | 27 | 0 | 106 | 117 | 72 | 6 | 101 | 32 |
| Binary | 1101100 | 100000 | 10111 | 0 | 1000110 | 1001111 | 111010 | 110 | 1000001 | 11010 |
Color Harmonies of #6C2017
Complementary color
Monochromatic Colors of #6C2017
Black with #6C2017
Text Example
Text Example
White with #6C2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2017; }
p { color: rgb(108,32,23); }
H1.HeaderClassName
{
color: #6C2017;
}
.AnyTagClassName
{
color: #6C2017;
}
</style>
background-color css
<style>
a { background-color: #6C2017; }
a { background-color: rgb(108,32,23); }
div.DivClassName
{
background-color: #6C2017;
}
.BgClassName
{
background-color: #6C2017;
}
</style>
border-color css
<style>
span { border-color: #6C2017; }
span { border-color: rgb(108,32,23); }
td.TdClassName
{
border-color: #6C2017;
}
.TagClassName
{
border-color: #6C2017;
}
</style>