Shades of Red Oxide #681D09
Tints of Red Oxide #681D09
RGB
CMYK
RGB Variations
Color information
#681D09 (or 0x681D09) is known color: Red Oxide. HEX triplet: 68, 1D and 09. RGB value is (104,29,9). Sum of RGB (Red+Green+Blue) = 104+29+9=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D09 is #97E2F6. Grayscale: #313131. Windows color (decimal): -9954039 or 597352. OLE color: 597352.
HSL color Cylindrical-coordinate representation of color #681D09: hue angle of 12.63º 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 #681D09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 9 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.59 |
| HSL | 12.63º | 0.84% | 0.22% | - |
| HSV(B) | 12.63º | 0.91% | 0.41% | - |
| XYZ | 6.2 | 3.84 | 0.67 | - |
| YUV | 49.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 9 | 0 | 0.72 | 0.91 | 0.59 | 12.63 | 0.84 | 0.22 |
| Hex | 68 | 1D | 9 | 0 | 48 | 5B | 3B | D | 54 | 16 |
| Octal | 150 | 35 | 11 | 0 | 110 | 133 | 73 | 15 | 124 | 26 |
| Binary | 1101000 | 11101 | 1001 | 0 | 1001000 | 1011011 | 111011 | 1101 | 1010100 | 10110 |
Color Harmonies of #681D09
Complementary color
Monochromatic Colors of #681D09
Black with #681D09
Text Example
Text Example
White with #681D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D09; }
p { color: rgb(104,29,9); }
H1.HeaderClassName
{
color: #681D09;
}
.AnyTagClassName
{
color: #681D09;
}
</style>
background-color css
<style>
a { background-color: #681D09; }
a { background-color: rgb(104,29,9); }
div.DivClassName
{
background-color: #681D09;
}
.BgClassName
{
background-color: #681D09;
}
</style>
border-color css
<style>
span { border-color: #681D09; }
span { border-color: rgb(104,29,9); }
td.TdClassName
{
border-color: #681D09;
}
.TagClassName
{
border-color: #681D09;
}
</style>