Shades of Red Oxide #661904
Tints of Red Oxide #661904
RGB
CMYK
RGB Variations
Color information
#661904 (or 0x661904) is known color: Red Oxide. HEX triplet: 66, 19 and 04. RGB value is (102,25,4). Sum of RGB (Red+Green+Blue) = 102+25+4=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661904 is #99E6FB. Grayscale: #2D2D2D. Windows color (decimal): -10086140 or 268646. OLE color: 268646.
HSL color Cylindrical-coordinate representation of color #661904: hue angle of 12.86º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661904 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 4 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.6 |
| HSL | 12.86º | 0.92% | 0.21% | - |
| HSV(B) | 12.86º | 0.96% | 0.4% | - |
| XYZ | 5.85 | 3.53 | 0.49 | - |
| YUV | 45.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 4 | 0 | 0.75 | 0.96 | 0.6 | 12.86 | 0.92 | 0.21 |
| Hex | 66 | 19 | 4 | 0 | 4B | 60 | 3C | D | 5C | 15 |
| Octal | 146 | 31 | 4 | 0 | 113 | 140 | 74 | 15 | 134 | 25 |
| Binary | 1100110 | 11001 | 100 | 0 | 1001011 | 1100000 | 111100 | 1101 | 1011100 | 10101 |
Color Harmonies of #661904
Complementary color
Monochromatic Colors of #661904
Black with #661904
Text Example
Text Example
White with #661904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661904; }
p { color: rgb(102,25,4); }
H1.HeaderClassName
{
color: #661904;
}
.AnyTagClassName
{
color: #661904;
}
</style>
background-color css
<style>
a { background-color: #661904; }
a { background-color: rgb(102,25,4); }
div.DivClassName
{
background-color: #661904;
}
.BgClassName
{
background-color: #661904;
}
</style>
border-color css
<style>
span { border-color: #661904; }
span { border-color: rgb(102,25,4); }
td.TdClassName
{
border-color: #661904;
}
.TagClassName
{
border-color: #661904;
}
</style>