Shades of Red Oxide #681C16
Tints of Red Oxide #681C16
RGB
CMYK
RGB Variations
Color information
#681C16 (or 0x681C16) is known color: Red Oxide. HEX triplet: 68, 1C and 16. RGB value is (104,28,22). Sum of RGB (Red+Green+Blue) = 104+28+22=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #681C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C16 is #97E3E9. Grayscale: #323232. Windows color (decimal): -9954282 or 1449064. OLE color: 1449064.
HSL color Cylindrical-coordinate representation of color #681C16: hue angle of 4.39º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681C16 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 22 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.59 |
| HSL | 4.39º | 0.65% | 0.25% | - |
| HSV(B) | 4.39º | 0.79% | 0.41% | - |
| XYZ | 6.27 | 3.83 | 1.17 | - |
| YUV | 50.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 22 | 0 | 0.73 | 0.79 | 0.59 | 4.39 | 0.65 | 0.25 |
| Hex | 68 | 1C | 16 | 0 | 49 | 4F | 3B | 4 | 41 | 19 |
| Octal | 150 | 34 | 26 | 0 | 111 | 117 | 73 | 4 | 101 | 31 |
| Binary | 1101000 | 11100 | 10110 | 0 | 1001001 | 1001111 | 111011 | 100 | 1000001 | 11001 |
Color Harmonies of #681C16
Complementary color
Monochromatic Colors of #681C16
Black with #681C16
Text Example
Text Example
White with #681C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C16; }
p { color: rgb(104,28,22); }
H1.HeaderClassName
{
color: #681C16;
}
.AnyTagClassName
{
color: #681C16;
}
</style>
background-color css
<style>
a { background-color: #681C16; }
a { background-color: rgb(104,28,22); }
div.DivClassName
{
background-color: #681C16;
}
.BgClassName
{
background-color: #681C16;
}
</style>
border-color css
<style>
span { border-color: #681C16; }
span { border-color: rgb(104,28,22); }
td.TdClassName
{
border-color: #681C16;
}
.TagClassName
{
border-color: #681C16;
}
</style>