Shades of Red Oxide #682216
Tints of Red Oxide #682216
RGB
CMYK
RGB Variations
Color information
#682216 (or 0x682216) is known color: Red Oxide. HEX triplet: 68, 22 and 16. RGB value is (104,34,22). Sum of RGB (Red+Green+Blue) = 104+34+22=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682216 is #97DDE9. Grayscale: #353535. Windows color (decimal): -9952746 or 1450600. OLE color: 1450600.
HSL color Cylindrical-coordinate representation of color #682216: hue angle of 8.78º 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 #682216 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 22 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.59 |
| HSL | 8.78º | 0.65% | 0.25% | - |
| HSV(B) | 8.78º | 0.79% | 0.41% | - |
| XYZ | 6.43 | 4.15 | 1.22 | - |
| YUV | 53.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 22 | 0 | 0.67 | 0.79 | 0.59 | 8.78 | 0.65 | 0.25 |
| Hex | 68 | 22 | 16 | 0 | 43 | 4F | 3B | 9 | 41 | 19 |
| Octal | 150 | 42 | 26 | 0 | 103 | 117 | 73 | 11 | 101 | 31 |
| Binary | 1101000 | 100010 | 10110 | 0 | 1000011 | 1001111 | 111011 | 1001 | 1000001 | 11001 |
Color Harmonies of #682216
Complementary color
Monochromatic Colors of #682216
Black with #682216
Text Example
Text Example
White with #682216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682216; }
p { color: rgb(104,34,22); }
H1.HeaderClassName
{
color: #682216;
}
.AnyTagClassName
{
color: #682216;
}
</style>
background-color css
<style>
a { background-color: #682216; }
a { background-color: rgb(104,34,22); }
div.DivClassName
{
background-color: #682216;
}
.BgClassName
{
background-color: #682216;
}
</style>
border-color css
<style>
span { border-color: #682216; }
span { border-color: rgb(104,34,22); }
td.TdClassName
{
border-color: #682216;
}
.TagClassName
{
border-color: #682216;
}
</style>