Shades of Red Oxide #681D10
Tints of Red Oxide #681D10
RGB
CMYK
RGB Variations
Color information
#681D10 (or 0x681D10) is known color: Red Oxide. HEX triplet: 68, 1D and 10. RGB value is (104,29,16). Sum of RGB (Red+Green+Blue) = 104+29+16=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D10 is #97E2EF. Grayscale: #323232. Windows color (decimal): -9954032 or 1056104. OLE color: 1056104.
HSL color Cylindrical-coordinate representation of color #681D10: hue angle of 8.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681D10 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 16 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.59 |
| HSL | 8.86º | 0.73% | 0.24% | - |
| HSV(B) | 8.86º | 0.85% | 0.41% | - |
| XYZ | 6.24 | 3.86 | 0.91 | - |
| YUV | 49.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 16 | 0 | 0.72 | 0.85 | 0.59 | 8.86 | 0.73 | 0.24 |
| Hex | 68 | 1D | 10 | 0 | 48 | 55 | 3B | 9 | 49 | 18 |
| Octal | 150 | 35 | 20 | 0 | 110 | 125 | 73 | 11 | 111 | 30 |
| Binary | 1101000 | 11101 | 10000 | 0 | 1001000 | 1010101 | 111011 | 1001 | 1001001 | 11000 |
Color Harmonies of #681D10
Complementary color
Monochromatic Colors of #681D10
Black with #681D10
Text Example
Text Example
White with #681D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D10; }
p { color: rgb(104,29,16); }
H1.HeaderClassName
{
color: #681D10;
}
.AnyTagClassName
{
color: #681D10;
}
</style>
background-color css
<style>
a { background-color: #681D10; }
a { background-color: rgb(104,29,16); }
div.DivClassName
{
background-color: #681D10;
}
.BgClassName
{
background-color: #681D10;
}
</style>
border-color css
<style>
span { border-color: #681D10; }
span { border-color: rgb(104,29,16); }
td.TdClassName
{
border-color: #681D10;
}
.TagClassName
{
border-color: #681D10;
}
</style>