Shades of Red Oxide #68140E
Tints of Red Oxide #68140E
RGB
CMYK
RGB Variations
Color information
#68140E (or 0x68140E) is known color: Red Oxide. HEX triplet: 68, 14 and 0E. RGB value is (104,20,14). Sum of RGB (Red+Green+Blue) = 104+20+14=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140E is #97EBF1. Grayscale: #2C2C2C. Windows color (decimal): -9956338 or 922728. OLE color: 922728.
HSL color Cylindrical-coordinate representation of color #68140E: hue angle of 4º 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 #68140E is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 14 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.59 |
| HSL | 4º | 0.76% | 0.23% | - |
| HSV(B) | 4º | 0.87% | 0.41% | - |
| XYZ | 6.04 | 3.48 | 0.77 | - |
| YUV | 44.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 14 | 0 | 0.81 | 0.87 | 0.59 | 4 | 0.76 | 0.23 |
| Hex | 68 | 14 | E | 0 | 51 | 57 | 3B | 4 | 4C | 17 |
| Octal | 150 | 24 | 16 | 0 | 121 | 127 | 73 | 4 | 114 | 27 |
| Binary | 1101000 | 10100 | 1110 | 0 | 1010001 | 1010111 | 111011 | 100 | 1001100 | 10111 |
Color Harmonies of #68140E
Complementary color
Monochromatic Colors of #68140E
Black with #68140E
Text Example
Text Example
White with #68140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68140E; }
p { color: rgb(104,20,14); }
H1.HeaderClassName
{
color: #68140E;
}
.AnyTagClassName
{
color: #68140E;
}
</style>
background-color css
<style>
a { background-color: #68140E; }
a { background-color: rgb(104,20,14); }
div.DivClassName
{
background-color: #68140E;
}
.BgClassName
{
background-color: #68140E;
}
</style>
border-color css
<style>
span { border-color: #68140E; }
span { border-color: rgb(104,20,14); }
td.TdClassName
{
border-color: #68140E;
}
.TagClassName
{
border-color: #68140E;
}
</style>