Shades of Red Oxide #6A2016
Tints of Red Oxide #6A2016
RGB
CMYK
RGB Variations
Color information
#6A2016 (or 0x6A2016) is known color: Red Oxide. HEX triplet: 6A, 20 and 16. RGB value is (106,32,22). Sum of RGB (Red+Green+Blue) = 106+32+22=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2016 is #95DFE9. Grayscale: #353535. Windows color (decimal): -9822186 or 1450090. OLE color: 1450090.
HSL color Cylindrical-coordinate representation of color #6A2016: hue angle of 7.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2016 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 22 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.58 |
| HSL | 7.14º | 0.66% | 0.25% | - |
| HSV(B) | 7.14º | 0.79% | 0.42% | - |
| XYZ | 6.61 | 4.16 | 1.21 | - |
| YUV | 52.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 22 | 0 | 0.70 | 0.79 | 0.58 | 7.14 | 0.66 | 0.25 |
| Hex | 6A | 20 | 16 | 0 | 46 | 4F | 3A | 7 | 42 | 19 |
| Octal | 152 | 40 | 26 | 0 | 106 | 117 | 72 | 7 | 102 | 31 |
| Binary | 1101010 | 100000 | 10110 | 0 | 1000110 | 1001111 | 111010 | 111 | 1000010 | 11001 |
Color Harmonies of #6A2016
Complementary color
Monochromatic Colors of #6A2016
Black with #6A2016
Text Example
Text Example
White with #6A2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2016; }
p { color: rgb(106,32,22); }
H1.HeaderClassName
{
color: #6A2016;
}
.AnyTagClassName
{
color: #6A2016;
}
</style>
background-color css
<style>
a { background-color: #6A2016; }
a { background-color: rgb(106,32,22); }
div.DivClassName
{
background-color: #6A2016;
}
.BgClassName
{
background-color: #6A2016;
}
</style>
border-color css
<style>
span { border-color: #6A2016; }
span { border-color: rgb(106,32,22); }
td.TdClassName
{
border-color: #6A2016;
}
.TagClassName
{
border-color: #6A2016;
}
</style>