Shades of Red Oxide #681D0A
Tints of Red Oxide #681D0A
RGB
CMYK
RGB Variations
Color information
#681D0A (or 0x681D0A) is known color: Red Oxide. HEX triplet: 68, 1D and 0A. RGB value is (104,29,10). Sum of RGB (Red+Green+Blue) = 104+29+10=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D0A is #97E2F5. Grayscale: #313131. Windows color (decimal): -9954038 or 662888. OLE color: 662888.
HSL color Cylindrical-coordinate representation of color #681D0A: hue angle of 12.13º 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 #681D0A is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 10 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.59 |
| HSL | 12.13º | 0.82% | 0.22% | - |
| HSV(B) | 12.13º | 0.9% | 0.41% | - |
| XYZ | 6.2 | 3.84 | 0.7 | - |
| YUV | 49.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 10 | 0 | 0.72 | 0.90 | 0.59 | 12.13 | 0.82 | 0.22 |
| Hex | 68 | 1D | A | 0 | 48 | 5A | 3B | C | 52 | 16 |
| Octal | 150 | 35 | 12 | 0 | 110 | 132 | 73 | 14 | 122 | 26 |
| Binary | 1101000 | 11101 | 1010 | 0 | 1001000 | 1011010 | 111011 | 1100 | 1010010 | 10110 |
Color Harmonies of #681D0A
Complementary color
Monochromatic Colors of #681D0A
Black with #681D0A
Text Example
Text Example
White with #681D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D0A; }
p { color: rgb(104,29,10); }
H1.HeaderClassName
{
color: #681D0A;
}
.AnyTagClassName
{
color: #681D0A;
}
</style>
background-color css
<style>
a { background-color: #681D0A; }
a { background-color: rgb(104,29,10); }
div.DivClassName
{
background-color: #681D0A;
}
.BgClassName
{
background-color: #681D0A;
}
</style>
border-color css
<style>
span { border-color: #681D0A; }
span { border-color: rgb(104,29,10); }
td.TdClassName
{
border-color: #681D0A;
}
.TagClassName
{
border-color: #681D0A;
}
</style>