Shades of Red Oxide #681A11
Tints of Red Oxide #681A11
RGB
CMYK
RGB Variations
Color information
#681A11 (or 0x681A11) is known color: Red Oxide. HEX triplet: 68, 1A and 11. RGB value is (104,26,17). Sum of RGB (Red+Green+Blue) = 104+26+17=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A11 is #97E5EE. Grayscale: #303030. Windows color (decimal): -9954799 or 1120872. OLE color: 1120872.
HSL color Cylindrical-coordinate representation of color #681A11: hue angle of 6.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681A11 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 17 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.59 |
| HSL | 6.21º | 0.72% | 0.24% | - |
| HSV(B) | 6.21º | 0.84% | 0.41% | - |
| XYZ | 6.18 | 3.72 | 0.92 | - |
| YUV | 48.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 17 | 0 | 0.75 | 0.84 | 0.59 | 6.21 | 0.72 | 0.24 |
| Hex | 68 | 1A | 11 | 0 | 4B | 54 | 3B | 6 | 48 | 18 |
| Octal | 150 | 32 | 21 | 0 | 113 | 124 | 73 | 6 | 110 | 30 |
| Binary | 1101000 | 11010 | 10001 | 0 | 1001011 | 1010100 | 111011 | 110 | 1001000 | 11000 |
Color Harmonies of #681A11
Complementary color
Monochromatic Colors of #681A11
Black with #681A11
Text Example
Text Example
White with #681A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A11; }
p { color: rgb(104,26,17); }
H1.HeaderClassName
{
color: #681A11;
}
.AnyTagClassName
{
color: #681A11;
}
</style>
background-color css
<style>
a { background-color: #681A11; }
a { background-color: rgb(104,26,17); }
div.DivClassName
{
background-color: #681A11;
}
.BgClassName
{
background-color: #681A11;
}
</style>
border-color css
<style>
span { border-color: #681A11; }
span { border-color: rgb(104,26,17); }
td.TdClassName
{
border-color: #681A11;
}
.TagClassName
{
border-color: #681A11;
}
</style>