Shades of Red Oxide #68160E
Tints of Red Oxide #68160E
RGB
CMYK
RGB Variations
Color information
#68160E (or 0x68160E) is known color: Red Oxide. HEX triplet: 68, 16 and 0E. RGB value is (104,22,14). Sum of RGB (Red+Green+Blue) = 104+22+14=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68160E is #97E9F1. Grayscale: #2D2D2D. Windows color (decimal): -9955826 or 923240. OLE color: 923240.
HSL color Cylindrical-coordinate representation of color #68160E: hue angle of 5.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68160E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 22 | 14 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.59 |
| HSL | 5.33º | 0.76% | 0.23% | - |
| HSV(B) | 5.33º | 0.87% | 0.41% | - |
| XYZ | 6.08 | 3.55 | 0.78 | - |
| YUV | 45.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 14 | 0 | 0.79 | 0.87 | 0.59 | 5.33 | 0.76 | 0.23 |
| Hex | 68 | 16 | E | 0 | 4F | 57 | 3B | 5 | 4C | 17 |
| Octal | 150 | 26 | 16 | 0 | 117 | 127 | 73 | 5 | 114 | 27 |
| Binary | 1101000 | 10110 | 1110 | 0 | 1001111 | 1010111 | 111011 | 101 | 1001100 | 10111 |
Color Harmonies of #68160E
Complementary color
Monochromatic Colors of #68160E
Black with #68160E
Text Example
Text Example
White with #68160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68160E; }
p { color: rgb(104,22,14); }
H1.HeaderClassName
{
color: #68160E;
}
.AnyTagClassName
{
color: #68160E;
}
</style>
background-color css
<style>
a { background-color: #68160E; }
a { background-color: rgb(104,22,14); }
div.DivClassName
{
background-color: #68160E;
}
.BgClassName
{
background-color: #68160E;
}
</style>
border-color css
<style>
span { border-color: #68160E; }
span { border-color: rgb(104,22,14); }
td.TdClassName
{
border-color: #68160E;
}
.TagClassName
{
border-color: #68160E;
}
</style>