Shades of Red Oxide #681F0C
Tints of Red Oxide #681F0C
RGB
CMYK
RGB Variations
Color information
#681F0C (or 0x681F0C) is known color: Red Oxide. HEX triplet: 68, 1F and 0C. RGB value is (104,31,12). Sum of RGB (Red+Green+Blue) = 104+31+12=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F0C is #97E0F3. Grayscale: #323232. Windows color (decimal): -9953524 or 794472. OLE color: 794472.
HSL color Cylindrical-coordinate representation of color #681F0C: hue angle of 12.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681F0C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 12 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.59 |
| HSL | 12.39º | 0.79% | 0.23% | - |
| HSV(B) | 12.39º | 0.88% | 0.41% | - |
| XYZ | 6.27 | 3.95 | 0.78 | - |
| YUV | 50.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 12 | 0 | 0.70 | 0.88 | 0.59 | 12.39 | 0.79 | 0.23 |
| Hex | 68 | 1F | C | 0 | 46 | 58 | 3B | C | 4F | 17 |
| Octal | 150 | 37 | 14 | 0 | 106 | 130 | 73 | 14 | 117 | 27 |
| Binary | 1101000 | 11111 | 1100 | 0 | 1000110 | 1011000 | 111011 | 1100 | 1001111 | 10111 |
Color Harmonies of #681F0C
Complementary color
Monochromatic Colors of #681F0C
Black with #681F0C
Text Example
Text Example
White with #681F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F0C; }
p { color: rgb(104,31,12); }
H1.HeaderClassName
{
color: #681F0C;
}
.AnyTagClassName
{
color: #681F0C;
}
</style>
background-color css
<style>
a { background-color: #681F0C; }
a { background-color: rgb(104,31,12); }
div.DivClassName
{
background-color: #681F0C;
}
.BgClassName
{
background-color: #681F0C;
}
</style>
border-color css
<style>
span { border-color: #681F0C; }
span { border-color: rgb(104,31,12); }
td.TdClassName
{
border-color: #681F0C;
}
.TagClassName
{
border-color: #681F0C;
}
</style>