Shades of Red Oxide #681C0A
Tints of Red Oxide #681C0A
RGB
CMYK
RGB Variations
Color information
#681C0A (or 0x681C0A) is known color: Red Oxide. HEX triplet: 68, 1C and 0A. RGB value is (104,28,10). Sum of RGB (Red+Green+Blue) = 104+28+10=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C0A is #97E3F5. Grayscale: #303030. Windows color (decimal): -9954294 or 662632. OLE color: 662632.
HSL color Cylindrical-coordinate representation of color #681C0A: hue angle of 11.49º 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 #681C0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 10 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.59 |
| HSL | 11.49º | 0.82% | 0.22% | - |
| HSV(B) | 11.49º | 0.9% | 0.41% | - |
| XYZ | 6.18 | 3.8 | 0.69 | - |
| YUV | 48.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 10 | 0 | 0.73 | 0.90 | 0.59 | 11.49 | 0.82 | 0.22 |
| Hex | 68 | 1C | A | 0 | 49 | 5A | 3B | B | 52 | 16 |
| Octal | 150 | 34 | 12 | 0 | 111 | 132 | 73 | 13 | 122 | 26 |
| Binary | 1101000 | 11100 | 1010 | 0 | 1001001 | 1011010 | 111011 | 1011 | 1010010 | 10110 |
Color Harmonies of #681C0A
Complementary color
Monochromatic Colors of #681C0A
Black with #681C0A
Text Example
Text Example
White with #681C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C0A; }
p { color: rgb(104,28,10); }
H1.HeaderClassName
{
color: #681C0A;
}
.AnyTagClassName
{
color: #681C0A;
}
</style>
background-color css
<style>
a { background-color: #681C0A; }
a { background-color: rgb(104,28,10); }
div.DivClassName
{
background-color: #681C0A;
}
.BgClassName
{
background-color: #681C0A;
}
</style>
border-color css
<style>
span { border-color: #681C0A; }
span { border-color: rgb(104,28,10); }
td.TdClassName
{
border-color: #681C0A;
}
.TagClassName
{
border-color: #681C0A;
}
</style>