Shades of Red Oxide #681205
Tints of Red Oxide #681205
RGB
CMYK
RGB Variations
Color information
#681205 (or 0x681205) is known color: Red Oxide. HEX triplet: 68, 12 and 05. RGB value is (104,18,5). Sum of RGB (Red+Green+Blue) = 104+18+5=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681205 is #97EDFA. Grayscale: #2A2A2A. Windows color (decimal): -9956859 or 332392. OLE color: 332392.
HSL color Cylindrical-coordinate representation of color #681205: hue angle of 7.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #681205 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 5 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.59 |
| HSL | 7.88º | 0.91% | 0.21% | - |
| HSV(B) | 7.88º | 0.95% | 0.41% | - |
| XYZ | 5.95 | 3.39 | 0.48 | - |
| YUV | 42.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 5 | 0 | 0.83 | 0.95 | 0.59 | 7.88 | 0.91 | 0.21 |
| Hex | 68 | 12 | 5 | 0 | 53 | 5F | 3B | 8 | 5B | 15 |
| Octal | 150 | 22 | 5 | 0 | 123 | 137 | 73 | 10 | 133 | 25 |
| Binary | 1101000 | 10010 | 101 | 0 | 1010011 | 1011111 | 111011 | 1000 | 1011011 | 10101 |
Color Harmonies of #681205
Complementary color
Monochromatic Colors of #681205
Black with #681205
Text Example
Text Example
White with #681205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681205; }
p { color: rgb(104,18,5); }
H1.HeaderClassName
{
color: #681205;
}
.AnyTagClassName
{
color: #681205;
}
</style>
background-color css
<style>
a { background-color: #681205; }
a { background-color: rgb(104,18,5); }
div.DivClassName
{
background-color: #681205;
}
.BgClassName
{
background-color: #681205;
}
</style>
border-color css
<style>
span { border-color: #681205; }
span { border-color: rgb(104,18,5); }
td.TdClassName
{
border-color: #681205;
}
.TagClassName
{
border-color: #681205;
}
</style>