Shades of Red Oxide #682116
Tints of Red Oxide #682116
RGB
CMYK
RGB Variations
Color information
#682116 (or 0x682116) is known color: Red Oxide. HEX triplet: 68, 21 and 16. RGB value is (104,33,22). Sum of RGB (Red+Green+Blue) = 104+33+22=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682116 is #97DEE9. Grayscale: #353535. Windows color (decimal): -9953002 or 1450344. OLE color: 1450344.
HSL color Cylindrical-coordinate representation of color #682116: hue angle of 8.05º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682116 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 22 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.59 |
| HSL | 8.05º | 0.65% | 0.25% | - |
| HSV(B) | 8.05º | 0.79% | 0.41% | - |
| XYZ | 6.4 | 4.09 | 1.21 | - |
| YUV | 52.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 22 | 0 | 0.68 | 0.79 | 0.59 | 8.05 | 0.65 | 0.25 |
| Hex | 68 | 21 | 16 | 0 | 44 | 4F | 3B | 8 | 41 | 19 |
| Octal | 150 | 41 | 26 | 0 | 104 | 117 | 73 | 10 | 101 | 31 |
| Binary | 1101000 | 100001 | 10110 | 0 | 1000100 | 1001111 | 111011 | 1000 | 1000001 | 11001 |
Color Harmonies of #682116
Complementary color
Monochromatic Colors of #682116
Black with #682116
Text Example
Text Example
White with #682116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682116; }
p { color: rgb(104,33,22); }
H1.HeaderClassName
{
color: #682116;
}
.AnyTagClassName
{
color: #682116;
}
</style>
background-color css
<style>
a { background-color: #682116; }
a { background-color: rgb(104,33,22); }
div.DivClassName
{
background-color: #682116;
}
.BgClassName
{
background-color: #682116;
}
</style>
border-color css
<style>
span { border-color: #682116; }
span { border-color: rgb(104,33,22); }
td.TdClassName
{
border-color: #682116;
}
.TagClassName
{
border-color: #682116;
}
</style>