Shades of Red Oxide #681709
Tints of Red Oxide #681709
RGB
CMYK
RGB Variations
Color information
#681709 (or 0x681709) is known color: Red Oxide. HEX triplet: 68, 17 and 09. RGB value is (104,23,9). Sum of RGB (Red+Green+Blue) = 104+23+9=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681709 is #97E8F6. Grayscale: #2D2D2D. Windows color (decimal): -9955575 or 595816. OLE color: 595816.
HSL color Cylindrical-coordinate representation of color #681709: hue angle of 8.84º 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 #681709 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 9 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.59 |
| HSL | 8.84º | 0.84% | 0.22% | - |
| HSV(B) | 8.84º | 0.91% | 0.41% | - |
| XYZ | 6.06 | 3.58 | 0.63 | - |
| YUV | 45.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 9 | 0 | 0.78 | 0.91 | 0.59 | 8.84 | 0.84 | 0.22 |
| Hex | 68 | 17 | 9 | 0 | 4E | 5B | 3B | 9 | 54 | 16 |
| Octal | 150 | 27 | 11 | 0 | 116 | 133 | 73 | 11 | 124 | 26 |
| Binary | 1101000 | 10111 | 1001 | 0 | 1001110 | 1011011 | 111011 | 1001 | 1010100 | 10110 |
Color Harmonies of #681709
Complementary color
Monochromatic Colors of #681709
Black with #681709
Text Example
Text Example
White with #681709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681709; }
p { color: rgb(104,23,9); }
H1.HeaderClassName
{
color: #681709;
}
.AnyTagClassName
{
color: #681709;
}
</style>
background-color css
<style>
a { background-color: #681709; }
a { background-color: rgb(104,23,9); }
div.DivClassName
{
background-color: #681709;
}
.BgClassName
{
background-color: #681709;
}
</style>
border-color css
<style>
span { border-color: #681709; }
span { border-color: rgb(104,23,9); }
td.TdClassName
{
border-color: #681709;
}
.TagClassName
{
border-color: #681709;
}
</style>