Shades of Red Oxide #68140A
Tints of Red Oxide #68140A
RGB
CMYK
RGB Variations
Color information
#68140A (or 0x68140A) is known color: Red Oxide. HEX triplet: 68, 14 and 0A. RGB value is (104,20,10). Sum of RGB (Red+Green+Blue) = 104+20+10=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140A is #97EBF5. Grayscale: #2C2C2C. Windows color (decimal): -9956342 or 660584. OLE color: 660584.
HSL color Cylindrical-coordinate representation of color #68140A: hue angle of 6.38º 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 #68140A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 10 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.59 |
| HSL | 6.38º | 0.82% | 0.22% | - |
| HSV(B) | 6.38º | 0.9% | 0.41% | - |
| XYZ | 6.01 | 3.47 | 0.64 | - |
| YUV | 43.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 10 | 0 | 0.81 | 0.90 | 0.59 | 6.38 | 0.82 | 0.22 |
| Hex | 68 | 14 | A | 0 | 51 | 5A | 3B | 6 | 52 | 16 |
| Octal | 150 | 24 | 12 | 0 | 121 | 132 | 73 | 6 | 122 | 26 |
| Binary | 1101000 | 10100 | 1010 | 0 | 1010001 | 1011010 | 111011 | 110 | 1010010 | 10110 |
Color Harmonies of #68140A
Complementary color
Monochromatic Colors of #68140A
Black with #68140A
Text Example
Text Example
White with #68140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68140A; }
p { color: rgb(104,20,10); }
H1.HeaderClassName
{
color: #68140A;
}
.AnyTagClassName
{
color: #68140A;
}
</style>
background-color css
<style>
a { background-color: #68140A; }
a { background-color: rgb(104,20,10); }
div.DivClassName
{
background-color: #68140A;
}
.BgClassName
{
background-color: #68140A;
}
</style>
border-color css
<style>
span { border-color: #68140A; }
span { border-color: rgb(104,20,10); }
td.TdClassName
{
border-color: #68140A;
}
.TagClassName
{
border-color: #68140A;
}
</style>