Shades of Red Oxide #681900
Tints of Red Oxide #681900
RGB
CMYK
RGB Variations
Color information
#681900 (or 0x681900) is known color: Red Oxide. HEX triplet: 68, 19 and 00. RGB value is (104,25,0). Sum of RGB (Red+Green+Blue) = 104+25+0=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681900 is #97E6FF. Grayscale: #2D2D2D. Windows color (decimal): -9955072 or 6504. OLE color: 6504.
HSL color Cylindrical-coordinate representation of color #681900: hue angle of 14.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #681900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.59 |
| HSL | 14.42º | 1% | 0.2% | - |
| HSV(B) | 14.42º | 1% | 0.41% | - |
| XYZ | 6.06 | 3.64 | 0.38 | - |
| YUV | 45.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 0 | 0 | 0.76 | 1 | 0.59 | 14.42 | 1 | 0.2 |
| Hex | 68 | 19 | 0 | 0 | 4C | 64 | 3B | E | 64 | 14 |
| Octal | 150 | 31 | 0 | 0 | 114 | 144 | 73 | 16 | 144 | 24 |
| Binary | 1101000 | 11001 | 0 | 0 | 1001100 | 1100100 | 111011 | 1110 | 1100100 | 10100 |
Color Harmonies of #681900
Complementary color
Monochromatic Colors of #681900
Black with #681900
Text Example
Text Example
White with #681900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681900; }
p { color: rgb(104,25,0); }
H1.HeaderClassName
{
color: #681900;
}
.AnyTagClassName
{
color: #681900;
}
</style>
background-color css
<style>
a { background-color: #681900; }
a { background-color: rgb(104,25,0); }
div.DivClassName
{
background-color: #681900;
}
.BgClassName
{
background-color: #681900;
}
</style>
border-color css
<style>
span { border-color: #681900; }
span { border-color: rgb(104,25,0); }
td.TdClassName
{
border-color: #681900;
}
.TagClassName
{
border-color: #681900;
}
</style>