Shades of Red Oxide #680F09
Tints of Red Oxide #680F09
RGB
CMYK
RGB Variations
Color information
#680F09 (or 0x680F09) is known color: Red Oxide. HEX triplet: 68, 0F and 09. RGB value is (104,15,9). Sum of RGB (Red+Green+Blue) = 104+15+9=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F09 is #97F0F6. Grayscale: #292929. Windows color (decimal): -9957623 or 593768. OLE color: 593768.
HSL color Cylindrical-coordinate representation of color #680F09: hue angle of 3.79º 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 #680F09 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 9 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.59 |
| HSL | 3.79º | 0.84% | 0.22% | - |
| HSV(B) | 3.79º | 0.91% | 0.41% | - |
| XYZ | 5.93 | 3.3 | 0.58 | - |
| YUV | 40.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 9 | 0 | 0.86 | 0.91 | 0.59 | 3.79 | 0.84 | 0.22 |
| Hex | 68 | F | 9 | 0 | 56 | 5B | 3B | 4 | 54 | 16 |
| Octal | 150 | 17 | 11 | 0 | 126 | 133 | 73 | 4 | 124 | 26 |
| Binary | 1101000 | 1111 | 1001 | 0 | 1010110 | 1011011 | 111011 | 100 | 1010100 | 10110 |
Color Harmonies of #680F09
Complementary color
Monochromatic Colors of #680F09
Black with #680F09
Text Example
Text Example
White with #680F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F09; }
p { color: rgb(104,15,9); }
H1.HeaderClassName
{
color: #680F09;
}
.AnyTagClassName
{
color: #680F09;
}
</style>
background-color css
<style>
a { background-color: #680F09; }
a { background-color: rgb(104,15,9); }
div.DivClassName
{
background-color: #680F09;
}
.BgClassName
{
background-color: #680F09;
}
</style>
border-color css
<style>
span { border-color: #680F09; }
span { border-color: rgb(104,15,9); }
td.TdClassName
{
border-color: #680F09;
}
.TagClassName
{
border-color: #680F09;
}
</style>