Shades of Red Oxide #681E0D
Tints of Red Oxide #681E0D
RGB
CMYK
RGB Variations
Color information
#681E0D (or 0x681E0D) is known color: Red Oxide. HEX triplet: 68, 1E and 0D. RGB value is (104,30,13). Sum of RGB (Red+Green+Blue) = 104+30+13=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0D is #97E1F2. Grayscale: #323232. Windows color (decimal): -9953779 or 859752. OLE color: 859752.
HSL color Cylindrical-coordinate representation of color #681E0D: hue angle of 11.21º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681E0D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 13 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.59 |
| HSL | 11.21º | 0.78% | 0.23% | - |
| HSV(B) | 11.21º | 0.88% | 0.41% | - |
| XYZ | 6.25 | 3.9 | 0.8 | - |
| YUV | 50.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 13 | 0 | 0.71 | 0.88 | 0.59 | 11.21 | 0.78 | 0.23 |
| Hex | 68 | 1E | D | 0 | 47 | 58 | 3B | B | 4E | 17 |
| Octal | 150 | 36 | 15 | 0 | 107 | 130 | 73 | 13 | 116 | 27 |
| Binary | 1101000 | 11110 | 1101 | 0 | 1000111 | 1011000 | 111011 | 1011 | 1001110 | 10111 |
Color Harmonies of #681E0D
Complementary color
Monochromatic Colors of #681E0D
Black with #681E0D
Text Example
Text Example
White with #681E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E0D; }
p { color: rgb(104,30,13); }
H1.HeaderClassName
{
color: #681E0D;
}
.AnyTagClassName
{
color: #681E0D;
}
</style>
background-color css
<style>
a { background-color: #681E0D; }
a { background-color: rgb(104,30,13); }
div.DivClassName
{
background-color: #681E0D;
}
.BgClassName
{
background-color: #681E0D;
}
</style>
border-color css
<style>
span { border-color: #681E0D; }
span { border-color: rgb(104,30,13); }
td.TdClassName
{
border-color: #681E0D;
}
.TagClassName
{
border-color: #681E0D;
}
</style>