Shades of Red Oxide #661605
Tints of Red Oxide #661605
RGB
CMYK
RGB Variations
Color information
#661605 (or 0x661605) is known color: Red Oxide. HEX triplet: 66, 16 and 05. RGB value is (102,22,5). Sum of RGB (Red+Green+Blue) = 102+22+5=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #661605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661605 is #99E9FA. Grayscale: #2C2C2C. Windows color (decimal): -10086907 or 333414. OLE color: 333414.
HSL color Cylindrical-coordinate representation of color #661605: hue angle of 10.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #661605 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 5 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.6 |
| HSL | 10.52º | 0.91% | 0.21% | - |
| HSV(B) | 10.52º | 0.95% | 0.4% | - |
| XYZ | 5.79 | 3.41 | 0.5 | - |
| YUV | 43.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 5 | 0 | 0.78 | 0.95 | 0.6 | 10.52 | 0.91 | 0.21 |
| Hex | 66 | 16 | 5 | 0 | 4E | 5F | 3C | B | 5B | 15 |
| Octal | 146 | 26 | 5 | 0 | 116 | 137 | 74 | 13 | 133 | 25 |
| Binary | 1100110 | 10110 | 101 | 0 | 1001110 | 1011111 | 111100 | 1011 | 1011011 | 10101 |
Color Harmonies of #661605
Complementary color
Monochromatic Colors of #661605
Black with #661605
Text Example
Text Example
White with #661605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661605; }
p { color: rgb(102,22,5); }
H1.HeaderClassName
{
color: #661605;
}
.AnyTagClassName
{
color: #661605;
}
</style>
background-color css
<style>
a { background-color: #661605; }
a { background-color: rgb(102,22,5); }
div.DivClassName
{
background-color: #661605;
}
.BgClassName
{
background-color: #661605;
}
</style>
border-color css
<style>
span { border-color: #661605; }
span { border-color: rgb(102,22,5); }
td.TdClassName
{
border-color: #661605;
}
.TagClassName
{
border-color: #661605;
}
</style>