Shades of Red Oxide #681E17
Tints of Red Oxide #681E17
RGB
CMYK
RGB Variations
Color information
#681E17 (or 0x681E17) is known color: Red Oxide. HEX triplet: 68, 1E and 17. RGB value is (104,30,23). Sum of RGB (Red+Green+Blue) = 104+30+23=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E17 is #97E1E8. Grayscale: #333333. Windows color (decimal): -9953769 or 1515112. OLE color: 1515112.
HSL color Cylindrical-coordinate representation of color #681E17: hue angle of 5.19º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681E17 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 23 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.59 |
| HSL | 5.19º | 0.64% | 0.25% | - |
| HSV(B) | 5.19º | 0.78% | 0.41% | - |
| XYZ | 6.33 | 3.93 | 1.24 | - |
| YUV | 51.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 23 | 0 | 0.71 | 0.78 | 0.59 | 5.19 | 0.64 | 0.25 |
| Hex | 68 | 1E | 17 | 0 | 47 | 4E | 3B | 5 | 40 | 19 |
| Octal | 150 | 36 | 27 | 0 | 107 | 116 | 73 | 5 | 100 | 31 |
| Binary | 1101000 | 11110 | 10111 | 0 | 1000111 | 1001110 | 111011 | 101 | 1000000 | 11001 |
Color Harmonies of #681E17
Complementary color
Monochromatic Colors of #681E17
Black with #681E17
Text Example
Text Example
White with #681E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E17; }
p { color: rgb(104,30,23); }
H1.HeaderClassName
{
color: #681E17;
}
.AnyTagClassName
{
color: #681E17;
}
</style>
background-color css
<style>
a { background-color: #681E17; }
a { background-color: rgb(104,30,23); }
div.DivClassName
{
background-color: #681E17;
}
.BgClassName
{
background-color: #681E17;
}
</style>
border-color css
<style>
span { border-color: #681E17; }
span { border-color: rgb(104,30,23); }
td.TdClassName
{
border-color: #681E17;
}
.TagClassName
{
border-color: #681E17;
}
</style>