Shades of Red Oxide #68110A
Tints of Red Oxide #68110A
RGB
CMYK
RGB Variations
Color information
#68110A (or 0x68110A) is known color: Red Oxide. HEX triplet: 68, 11 and 0A. RGB value is (104,17,10). Sum of RGB (Red+Green+Blue) = 104+17+10=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #68110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110A is #97EEF5. Grayscale: #2A2A2A. Windows color (decimal): -9957110 or 659816. OLE color: 659816.
HSL color Cylindrical-coordinate representation of color #68110A: hue angle of 4.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68110A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 10 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.59 |
| HSL | 4.47º | 0.82% | 0.22% | - |
| HSV(B) | 4.47º | 0.9% | 0.41% | - |
| XYZ | 5.96 | 3.37 | 0.62 | - |
| YUV | 42.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 10 | 0 | 0.84 | 0.90 | 0.59 | 4.47 | 0.82 | 0.22 |
| Hex | 68 | 11 | A | 0 | 54 | 5A | 3B | 4 | 52 | 16 |
| Octal | 150 | 21 | 12 | 0 | 124 | 132 | 73 | 4 | 122 | 26 |
| Binary | 1101000 | 10001 | 1010 | 0 | 1010100 | 1011010 | 111011 | 100 | 1010010 | 10110 |
Color Harmonies of #68110A
Complementary color
Monochromatic Colors of #68110A
Black with #68110A
Text Example
Text Example
White with #68110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68110A; }
p { color: rgb(104,17,10); }
H1.HeaderClassName
{
color: #68110A;
}
.AnyTagClassName
{
color: #68110A;
}
</style>
background-color css
<style>
a { background-color: #68110A; }
a { background-color: rgb(104,17,10); }
div.DivClassName
{
background-color: #68110A;
}
.BgClassName
{
background-color: #68110A;
}
</style>
border-color css
<style>
span { border-color: #68110A; }
span { border-color: rgb(104,17,10); }
td.TdClassName
{
border-color: #68110A;
}
.TagClassName
{
border-color: #68110A;
}
</style>