Shades of Red Oxide #661804
Tints of Red Oxide #661804
RGB
CMYK
RGB Variations
Color information
#661804 (or 0x661804) is known color: Red Oxide. HEX triplet: 66, 18 and 04. RGB value is (102,24,4). Sum of RGB (Red+Green+Blue) = 102+24+4=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #661804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661804 is #99E7FB. Grayscale: #2D2D2D. Windows color (decimal): -10086396 or 268390. OLE color: 268390.
HSL color Cylindrical-coordinate representation of color #661804: hue angle of 12.24º 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 #661804 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.6 |
| HSL | 12.24º | 0.92% | 0.21% | - |
| HSV(B) | 12.24º | 0.96% | 0.4% | - |
| XYZ | 5.83 | 3.49 | 0.48 | - |
| YUV | 45.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 4 | 0 | 0.76 | 0.96 | 0.6 | 12.24 | 0.92 | 0.21 |
| Hex | 66 | 18 | 4 | 0 | 4C | 60 | 3C | C | 5C | 15 |
| Octal | 146 | 30 | 4 | 0 | 114 | 140 | 74 | 14 | 134 | 25 |
| Binary | 1100110 | 11000 | 100 | 0 | 1001100 | 1100000 | 111100 | 1100 | 1011100 | 10101 |
Color Harmonies of #661804
Complementary color
Monochromatic Colors of #661804
Black with #661804
Text Example
Text Example
White with #661804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661804; }
p { color: rgb(102,24,4); }
H1.HeaderClassName
{
color: #661804;
}
.AnyTagClassName
{
color: #661804;
}
</style>
background-color css
<style>
a { background-color: #661804; }
a { background-color: rgb(102,24,4); }
div.DivClassName
{
background-color: #661804;
}
.BgClassName
{
background-color: #661804;
}
</style>
border-color css
<style>
span { border-color: #661804; }
span { border-color: rgb(102,24,4); }
td.TdClassName
{
border-color: #661804;
}
.TagClassName
{
border-color: #661804;
}
</style>