Shades of Red Oxide #681D06
Tints of Red Oxide #681D06
RGB
CMYK
RGB Variations
Color information
#681D06 (or 0x681D06) is known color: Red Oxide. HEX triplet: 68, 1D and 06. RGB value is (104,29,6). Sum of RGB (Red+Green+Blue) = 104+29+6=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D06 is #97E2F9. Grayscale: #303030. Windows color (decimal): -9954042 or 400744. OLE color: 400744.
HSL color Cylindrical-coordinate representation of color #681D06: hue angle of 14.08º 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 #681D06 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 6 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.59 |
| HSL | 14.08º | 0.89% | 0.22% | - |
| HSV(B) | 14.08º | 0.94% | 0.41% | - |
| XYZ | 6.18 | 3.83 | 0.59 | - |
| YUV | 48.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 6 | 0 | 0.72 | 0.94 | 0.59 | 14.08 | 0.89 | 0.22 |
| Hex | 68 | 1D | 6 | 0 | 48 | 5E | 3B | E | 59 | 16 |
| Octal | 150 | 35 | 6 | 0 | 110 | 136 | 73 | 16 | 131 | 26 |
| Binary | 1101000 | 11101 | 110 | 0 | 1001000 | 1011110 | 111011 | 1110 | 1011001 | 10110 |
Color Harmonies of #681D06
Complementary color
Monochromatic Colors of #681D06
Black with #681D06
Text Example
Text Example
White with #681D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D06; }
p { color: rgb(104,29,6); }
H1.HeaderClassName
{
color: #681D06;
}
.AnyTagClassName
{
color: #681D06;
}
</style>
background-color css
<style>
a { background-color: #681D06; }
a { background-color: rgb(104,29,6); }
div.DivClassName
{
background-color: #681D06;
}
.BgClassName
{
background-color: #681D06;
}
</style>
border-color css
<style>
span { border-color: #681D06; }
span { border-color: rgb(104,29,6); }
td.TdClassName
{
border-color: #681D06;
}
.TagClassName
{
border-color: #681D06;
}
</style>