Shades of Red Oxide #681504
Tints of Red Oxide #681504
RGB
CMYK
RGB Variations
Color information
#681504 (or 0x681504) is known color: Red Oxide. HEX triplet: 68, 15 and 04. RGB value is (104,21,4). Sum of RGB (Red+Green+Blue) = 104+21+4=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681504 is #97EAFB. Grayscale: #2C2C2C. Windows color (decimal): -9956092 or 267624. OLE color: 267624.
HSL color Cylindrical-coordinate representation of color #681504: hue angle of 10.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #681504 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 4 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.59 |
| HSL | 10.2º | 0.93% | 0.21% | - |
| HSV(B) | 10.2º | 0.96% | 0.41% | - |
| XYZ | 6 | 3.49 | 0.47 | - |
| YUV | 43.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 4 | 0 | 0.80 | 0.96 | 0.59 | 10.2 | 0.93 | 0.21 |
| Hex | 68 | 15 | 4 | 0 | 50 | 60 | 3B | A | 5D | 15 |
| Octal | 150 | 25 | 4 | 0 | 120 | 140 | 73 | 12 | 135 | 25 |
| Binary | 1101000 | 10101 | 100 | 0 | 1010000 | 1100000 | 111011 | 1010 | 1011101 | 10101 |
Color Harmonies of #681504
Complementary color
Monochromatic Colors of #681504
Black with #681504
Text Example
Text Example
White with #681504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681504; }
p { color: rgb(104,21,4); }
H1.HeaderClassName
{
color: #681504;
}
.AnyTagClassName
{
color: #681504;
}
</style>
background-color css
<style>
a { background-color: #681504; }
a { background-color: rgb(104,21,4); }
div.DivClassName
{
background-color: #681504;
}
.BgClassName
{
background-color: #681504;
}
</style>
border-color css
<style>
span { border-color: #681504; }
span { border-color: rgb(104,21,4); }
td.TdClassName
{
border-color: #681504;
}
.TagClassName
{
border-color: #681504;
}
</style>