Shades of Red Oxide #681F09
Tints of Red Oxide #681F09
RGB
CMYK
RGB Variations
Color information
#681F09 (or 0x681F09) is known color: Red Oxide. HEX triplet: 68, 1F and 09. RGB value is (104,31,9). Sum of RGB (Red+Green+Blue) = 104+31+9=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F09 is #97E0F6. Grayscale: #323232. Windows color (decimal): -9953527 or 597864. OLE color: 597864.
HSL color Cylindrical-coordinate representation of color #681F09: hue angle of 13.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #681F09 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 9 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.59 |
| HSL | 13.89º | 0.84% | 0.22% | - |
| HSV(B) | 13.89º | 0.91% | 0.41% | - |
| XYZ | 6.25 | 3.94 | 0.69 | - |
| YUV | 50.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 9 | 0 | 0.70 | 0.91 | 0.59 | 13.89 | 0.84 | 0.22 |
| Hex | 68 | 1F | 9 | 0 | 46 | 5B | 3B | E | 54 | 16 |
| Octal | 150 | 37 | 11 | 0 | 106 | 133 | 73 | 16 | 124 | 26 |
| Binary | 1101000 | 11111 | 1001 | 0 | 1000110 | 1011011 | 111011 | 1110 | 1010100 | 10110 |
Color Harmonies of #681F09
Complementary color
Monochromatic Colors of #681F09
Black with #681F09
Text Example
Text Example
White with #681F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F09; }
p { color: rgb(104,31,9); }
H1.HeaderClassName
{
color: #681F09;
}
.AnyTagClassName
{
color: #681F09;
}
</style>
background-color css
<style>
a { background-color: #681F09; }
a { background-color: rgb(104,31,9); }
div.DivClassName
{
background-color: #681F09;
}
.BgClassName
{
background-color: #681F09;
}
</style>
border-color css
<style>
span { border-color: #681F09; }
span { border-color: rgb(104,31,9); }
td.TdClassName
{
border-color: #681F09;
}
.TagClassName
{
border-color: #681F09;
}
</style>