Shades of Red Oxide #681909
Tints of Red Oxide #681909
RGB
CMYK
RGB Variations
Color information
#681909 (or 0x681909) is known color: Red Oxide. HEX triplet: 68, 19 and 09. RGB value is (104,25,9). Sum of RGB (Red+Green+Blue) = 104+25+9=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681909 is #97E6F6. Grayscale: #2E2E2E. Windows color (decimal): -9955063 or 596328. OLE color: 596328.
HSL color Cylindrical-coordinate representation of color #681909: hue angle of 10.11º 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 #681909 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 9 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.59 |
| HSL | 10.11º | 0.84% | 0.22% | - |
| HSV(B) | 10.11º | 0.91% | 0.41% | - |
| XYZ | 6.11 | 3.66 | 0.64 | - |
| YUV | 46.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 9 | 0 | 0.76 | 0.91 | 0.59 | 10.11 | 0.84 | 0.22 |
| Hex | 68 | 19 | 9 | 0 | 4C | 5B | 3B | A | 54 | 16 |
| Octal | 150 | 31 | 11 | 0 | 114 | 133 | 73 | 12 | 124 | 26 |
| Binary | 1101000 | 11001 | 1001 | 0 | 1001100 | 1011011 | 111011 | 1010 | 1010100 | 10110 |
Color Harmonies of #681909
Complementary color
Monochromatic Colors of #681909
Black with #681909
Text Example
Text Example
White with #681909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681909; }
p { color: rgb(104,25,9); }
H1.HeaderClassName
{
color: #681909;
}
.AnyTagClassName
{
color: #681909;
}
</style>
background-color css
<style>
a { background-color: #681909; }
a { background-color: rgb(104,25,9); }
div.DivClassName
{
background-color: #681909;
}
.BgClassName
{
background-color: #681909;
}
</style>
border-color css
<style>
span { border-color: #681909; }
span { border-color: rgb(104,25,9); }
td.TdClassName
{
border-color: #681909;
}
.TagClassName
{
border-color: #681909;
}
</style>