Shades of Red Oxide #681A0B
Tints of Red Oxide #681A0B
RGB
CMYK
RGB Variations
Color information
#681A0B (or 0x681A0B) is known color: Red Oxide. HEX triplet: 68, 1A and 0B. RGB value is (104,26,11). Sum of RGB (Red+Green+Blue) = 104+26+11=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A0B is #97E5F4. Grayscale: #2F2F2F. Windows color (decimal): -9954805 or 727656. OLE color: 727656.
HSL color Cylindrical-coordinate representation of color #681A0B: hue angle of 9.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681A0B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 11 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.59 |
| HSL | 9.68º | 0.81% | 0.23% | - |
| HSV(B) | 9.68º | 0.89% | 0.41% | - |
| XYZ | 6.14 | 3.71 | 0.71 | - |
| YUV | 47.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 11 | 0 | 0.75 | 0.89 | 0.59 | 9.68 | 0.81 | 0.23 |
| Hex | 68 | 1A | B | 0 | 4B | 59 | 3B | A | 51 | 17 |
| Octal | 150 | 32 | 13 | 0 | 113 | 131 | 73 | 12 | 121 | 27 |
| Binary | 1101000 | 11010 | 1011 | 0 | 1001011 | 1011001 | 111011 | 1010 | 1010001 | 10111 |
Color Harmonies of #681A0B
Complementary color
Monochromatic Colors of #681A0B
Black with #681A0B
Text Example
Text Example
White with #681A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A0B; }
p { color: rgb(104,26,11); }
H1.HeaderClassName
{
color: #681A0B;
}
.AnyTagClassName
{
color: #681A0B;
}
</style>
background-color css
<style>
a { background-color: #681A0B; }
a { background-color: rgb(104,26,11); }
div.DivClassName
{
background-color: #681A0B;
}
.BgClassName
{
background-color: #681A0B;
}
</style>
border-color css
<style>
span { border-color: #681A0B; }
span { border-color: rgb(104,26,11); }
td.TdClassName
{
border-color: #681A0B;
}
.TagClassName
{
border-color: #681A0B;
}
</style>