Shades of Red Oxide #681009
Tints of Red Oxide #681009
RGB
CMYK
RGB Variations
Color information
#681009 (or 0x681009) is known color: Red Oxide. HEX triplet: 68, 10 and 09. RGB value is (104,16,9). Sum of RGB (Red+Green+Blue) = 104+16+9=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681009 is #97EFF6. Grayscale: #292929. Windows color (decimal): -9957367 or 594024. OLE color: 594024.
HSL color Cylindrical-coordinate representation of color #681009: hue angle of 4.42º 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 #681009 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 9 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.59 |
| HSL | 4.42º | 0.84% | 0.22% | - |
| HSV(B) | 4.42º | 0.91% | 0.41% | - |
| XYZ | 5.94 | 3.33 | 0.59 | - |
| YUV | 41.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 9 | 0 | 0.85 | 0.91 | 0.59 | 4.42 | 0.84 | 0.22 |
| Hex | 68 | 10 | 9 | 0 | 55 | 5B | 3B | 4 | 54 | 16 |
| Octal | 150 | 20 | 11 | 0 | 125 | 133 | 73 | 4 | 124 | 26 |
| Binary | 1101000 | 10000 | 1001 | 0 | 1010101 | 1011011 | 111011 | 100 | 1010100 | 10110 |
Color Harmonies of #681009
Complementary color
Monochromatic Colors of #681009
Black with #681009
Text Example
Text Example
White with #681009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681009; }
p { color: rgb(104,16,9); }
H1.HeaderClassName
{
color: #681009;
}
.AnyTagClassName
{
color: #681009;
}
</style>
background-color css
<style>
a { background-color: #681009; }
a { background-color: rgb(104,16,9); }
div.DivClassName
{
background-color: #681009;
}
.BgClassName
{
background-color: #681009;
}
</style>
border-color css
<style>
span { border-color: #681009; }
span { border-color: rgb(104,16,9); }
td.TdClassName
{
border-color: #681009;
}
.TagClassName
{
border-color: #681009;
}
</style>