Shades of Red Oxide #681206
Tints of Red Oxide #681206
RGB
CMYK
RGB Variations
Color information
#681206 (or 0x681206) is known color: Red Oxide. HEX triplet: 68, 12 and 06. RGB value is (104,18,6). Sum of RGB (Red+Green+Blue) = 104+18+6=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681206 is #97EDF9. Grayscale: #2A2A2A. Windows color (decimal): -9956858 or 397928. OLE color: 397928.
HSL color Cylindrical-coordinate representation of color #681206: hue angle of 7.35º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #681206 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 6 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.59 |
| HSL | 7.35º | 0.89% | 0.22% | - |
| HSV(B) | 7.35º | 0.94% | 0.41% | - |
| XYZ | 5.96 | 3.39 | 0.51 | - |
| YUV | 42.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 6 | 0 | 0.83 | 0.94 | 0.59 | 7.35 | 0.89 | 0.22 |
| Hex | 68 | 12 | 6 | 0 | 53 | 5E | 3B | 7 | 59 | 16 |
| Octal | 150 | 22 | 6 | 0 | 123 | 136 | 73 | 7 | 131 | 26 |
| Binary | 1101000 | 10010 | 110 | 0 | 1010011 | 1011110 | 111011 | 111 | 1011001 | 10110 |
Color Harmonies of #681206
Complementary color
Monochromatic Colors of #681206
Black with #681206
Text Example
Text Example
White with #681206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681206; }
p { color: rgb(104,18,6); }
H1.HeaderClassName
{
color: #681206;
}
.AnyTagClassName
{
color: #681206;
}
</style>
background-color css
<style>
a { background-color: #681206; }
a { background-color: rgb(104,18,6); }
div.DivClassName
{
background-color: #681206;
}
.BgClassName
{
background-color: #681206;
}
</style>
border-color css
<style>
span { border-color: #681206; }
span { border-color: rgb(104,18,6); }
td.TdClassName
{
border-color: #681206;
}
.TagClassName
{
border-color: #681206;
}
</style>