Shades of Red Oxide #6A2014
Tints of Red Oxide #6A2014
RGB
CMYK
RGB Variations
Color information
#6A2014 (or 0x6A2014) is known color: Red Oxide. HEX triplet: 6A, 20 and 14. RGB value is (106,32,20). Sum of RGB (Red+Green+Blue) = 106+32+20=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2014 is #95DFEB. Grayscale: #343434. Windows color (decimal): -9822188 or 1319018. OLE color: 1319018.
HSL color Cylindrical-coordinate representation of color #6A2014: hue angle of 8.37º degrees, saturation: 0.68, 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 #6A2014 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 20 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.58 |
| HSL | 8.37º | 0.68% | 0.25% | - |
| HSV(B) | 8.37º | 0.81% | 0.42% | - |
| XYZ | 6.59 | 4.15 | 1.12 | - |
| YUV | 52.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 20 | 0 | 0.70 | 0.81 | 0.58 | 8.37 | 0.68 | 0.25 |
| Hex | 6A | 20 | 14 | 0 | 46 | 51 | 3A | 8 | 44 | 19 |
| Octal | 152 | 40 | 24 | 0 | 106 | 121 | 72 | 10 | 104 | 31 |
| Binary | 1101010 | 100000 | 10100 | 0 | 1000110 | 1010001 | 111010 | 1000 | 1000100 | 11001 |
Color Harmonies of #6A2014
Complementary color
Monochromatic Colors of #6A2014
Black with #6A2014
Text Example
Text Example
White with #6A2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2014; }
p { color: rgb(106,32,20); }
H1.HeaderClassName
{
color: #6A2014;
}
.AnyTagClassName
{
color: #6A2014;
}
</style>
background-color css
<style>
a { background-color: #6A2014; }
a { background-color: rgb(106,32,20); }
div.DivClassName
{
background-color: #6A2014;
}
.BgClassName
{
background-color: #6A2014;
}
</style>
border-color css
<style>
span { border-color: #6A2014; }
span { border-color: rgb(106,32,20); }
td.TdClassName
{
border-color: #6A2014;
}
.TagClassName
{
border-color: #6A2014;
}
</style>