Shades of Red Oxide #682011
Tints of Red Oxide #682011
RGB
CMYK
RGB Variations
Color information
#682011 (or 0x682011) is known color: Red Oxide. HEX triplet: 68, 20 and 11. RGB value is (104,32,17). Sum of RGB (Red+Green+Blue) = 104+32+17=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #682011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682011 is #97DFEE. Grayscale: #333333. Windows color (decimal): -9953263 or 1122408. OLE color: 1122408.
HSL color Cylindrical-coordinate representation of color #682011: hue angle of 10.34º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #682011 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 17 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.59 |
| HSL | 10.34º | 0.72% | 0.24% | - |
| HSV(B) | 10.34º | 0.84% | 0.41% | - |
| XYZ | 6.33 | 4.02 | 0.97 | - |
| YUV | 51.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 17 | 0 | 0.69 | 0.84 | 0.59 | 10.34 | 0.72 | 0.24 |
| Hex | 68 | 20 | 11 | 0 | 45 | 54 | 3B | A | 48 | 18 |
| Octal | 150 | 40 | 21 | 0 | 105 | 124 | 73 | 12 | 110 | 30 |
| Binary | 1101000 | 100000 | 10001 | 0 | 1000101 | 1010100 | 111011 | 1010 | 1001000 | 11000 |
Color Harmonies of #682011
Complementary color
Monochromatic Colors of #682011
Black with #682011
Text Example
Text Example
White with #682011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682011; }
p { color: rgb(104,32,17); }
H1.HeaderClassName
{
color: #682011;
}
.AnyTagClassName
{
color: #682011;
}
</style>
background-color css
<style>
a { background-color: #682011; }
a { background-color: rgb(104,32,17); }
div.DivClassName
{
background-color: #682011;
}
.BgClassName
{
background-color: #682011;
}
</style>
border-color css
<style>
span { border-color: #682011; }
span { border-color: rgb(104,32,17); }
td.TdClassName
{
border-color: #682011;
}
.TagClassName
{
border-color: #682011;
}
</style>