Shades of Red Oxide #681D0E
Tints of Red Oxide #681D0E
RGB
CMYK
RGB Variations
Color information
#681D0E (or 0x681D0E) is known color: Red Oxide. HEX triplet: 68, 1D and 0E. RGB value is (104,29,14). Sum of RGB (Red+Green+Blue) = 104+29+14=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D0E is #97E2F1. Grayscale: #313131. Windows color (decimal): -9954034 or 925032. OLE color: 925032.
HSL color Cylindrical-coordinate representation of color #681D0E: hue angle of 10º 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 #681D0E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 14 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.59 |
| HSL | 10º | 0.76% | 0.23% | - |
| HSV(B) | 10º | 0.87% | 0.41% | - |
| XYZ | 6.23 | 3.85 | 0.83 | - |
| YUV | 49.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 14 | 0 | 0.72 | 0.87 | 0.59 | 10 | 0.76 | 0.23 |
| Hex | 68 | 1D | E | 0 | 48 | 57 | 3B | A | 4C | 17 |
| Octal | 150 | 35 | 16 | 0 | 110 | 127 | 73 | 12 | 114 | 27 |
| Binary | 1101000 | 11101 | 1110 | 0 | 1001000 | 1010111 | 111011 | 1010 | 1001100 | 10111 |
Color Harmonies of #681D0E
Complementary color
Monochromatic Colors of #681D0E
Black with #681D0E
Text Example
Text Example
White with #681D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D0E; }
p { color: rgb(104,29,14); }
H1.HeaderClassName
{
color: #681D0E;
}
.AnyTagClassName
{
color: #681D0E;
}
</style>
background-color css
<style>
a { background-color: #681D0E; }
a { background-color: rgb(104,29,14); }
div.DivClassName
{
background-color: #681D0E;
}
.BgClassName
{
background-color: #681D0E;
}
</style>
border-color css
<style>
span { border-color: #681D0E; }
span { border-color: rgb(104,29,14); }
td.TdClassName
{
border-color: #681D0E;
}
.TagClassName
{
border-color: #681D0E;
}
</style>