Shades of Red Oxide #681704
Tints of Red Oxide #681704
RGB
CMYK
RGB Variations
Color information
#681704 (or 0x681704) is known color: Red Oxide. HEX triplet: 68, 17 and 04. RGB value is (104,23,4). Sum of RGB (Red+Green+Blue) = 104+23+4=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #681704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681704 is #97E8FB. Grayscale: #2D2D2D. Windows color (decimal): -9955580 or 268136. OLE color: 268136.
HSL color Cylindrical-coordinate representation of color #681704: hue angle of 11.4º 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 #681704 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 4 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.59 |
| HSL | 11.4º | 0.93% | 0.21% | - |
| HSV(B) | 11.4º | 0.96% | 0.41% | - |
| XYZ | 6.04 | 3.56 | 0.48 | - |
| YUV | 45.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 4 | 0 | 0.78 | 0.96 | 0.59 | 11.4 | 0.93 | 0.21 |
| Hex | 68 | 17 | 4 | 0 | 4E | 60 | 3B | B | 5D | 15 |
| Octal | 150 | 27 | 4 | 0 | 116 | 140 | 73 | 13 | 135 | 25 |
| Binary | 1101000 | 10111 | 100 | 0 | 1001110 | 1100000 | 111011 | 1011 | 1011101 | 10101 |
Color Harmonies of #681704
Complementary color
Monochromatic Colors of #681704
Black with #681704
Text Example
Text Example
White with #681704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681704; }
p { color: rgb(104,23,4); }
H1.HeaderClassName
{
color: #681704;
}
.AnyTagClassName
{
color: #681704;
}
</style>
background-color css
<style>
a { background-color: #681704; }
a { background-color: rgb(104,23,4); }
div.DivClassName
{
background-color: #681704;
}
.BgClassName
{
background-color: #681704;
}
</style>
border-color css
<style>
span { border-color: #681704; }
span { border-color: rgb(104,23,4); }
td.TdClassName
{
border-color: #681704;
}
.TagClassName
{
border-color: #681704;
}
</style>