Shades of Red Oxide #6C220F
Tints of Red Oxide #6C220F
RGB
CMYK
RGB Variations
Color information
#6C220F (or 0x6C220F) is known color: Red Oxide. HEX triplet: 6C, 22 and 0F. RGB value is (108,34,15). Sum of RGB (Red+Green+Blue) = 108+34+15=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C220F is #93DDF0. Grayscale: #363636. Windows color (decimal): -9690609 or 991852. OLE color: 991852.
HSL color Cylindrical-coordinate representation of color #6C220F: hue angle of 12.26º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C220F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 15 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.58 |
| HSL | 12.26º | 0.76% | 0.24% | - |
| HSV(B) | 12.26º | 0.86% | 0.42% | - |
| XYZ | 6.84 | 4.37 | 0.93 | - |
| YUV | 53.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 15 | 0 | 0.69 | 0.86 | 0.58 | 12.26 | 0.76 | 0.24 |
| Hex | 6C | 22 | F | 0 | 45 | 56 | 3A | C | 4C | 18 |
| Octal | 154 | 42 | 17 | 0 | 105 | 126 | 72 | 14 | 114 | 30 |
| Binary | 1101100 | 100010 | 1111 | 0 | 1000101 | 1010110 | 111010 | 1100 | 1001100 | 11000 |
Color Harmonies of #6C220F
Complementary color
Monochromatic Colors of #6C220F
Black with #6C220F
Text Example
Text Example
White with #6C220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C220F; }
p { color: rgb(108,34,15); }
H1.HeaderClassName
{
color: #6C220F;
}
.AnyTagClassName
{
color: #6C220F;
}
</style>
background-color css
<style>
a { background-color: #6C220F; }
a { background-color: rgb(108,34,15); }
div.DivClassName
{
background-color: #6C220F;
}
.BgClassName
{
background-color: #6C220F;
}
</style>
border-color css
<style>
span { border-color: #6C220F; }
span { border-color: rgb(108,34,15); }
td.TdClassName
{
border-color: #6C220F;
}
.TagClassName
{
border-color: #6C220F;
}
</style>