Shades of Red Oxide #661805
Tints of Red Oxide #661805
RGB
CMYK
RGB Variations
Color information
#661805 (or 0x661805) is known color: Red Oxide. HEX triplet: 66, 18 and 05. RGB value is (102,24,5). Sum of RGB (Red+Green+Blue) = 102+24+5=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661805 is #99E7FA. Grayscale: #2D2D2D. Windows color (decimal): -10086395 or 333926. OLE color: 333926.
HSL color Cylindrical-coordinate representation of color #661805: hue angle of 11.75º 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 #661805 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 5 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.6 |
| HSL | 11.75º | 0.91% | 0.21% | - |
| HSV(B) | 11.75º | 0.95% | 0.4% | - |
| XYZ | 5.83 | 3.49 | 0.51 | - |
| YUV | 45.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 5 | 0 | 0.76 | 0.95 | 0.6 | 11.75 | 0.91 | 0.21 |
| Hex | 66 | 18 | 5 | 0 | 4C | 5F | 3C | C | 5B | 15 |
| Octal | 146 | 30 | 5 | 0 | 114 | 137 | 74 | 14 | 133 | 25 |
| Binary | 1100110 | 11000 | 101 | 0 | 1001100 | 1011111 | 111100 | 1100 | 1011011 | 10101 |
Color Harmonies of #661805
Complementary color
Monochromatic Colors of #661805
Black with #661805
Text Example
Text Example
White with #661805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661805; }
p { color: rgb(102,24,5); }
H1.HeaderClassName
{
color: #661805;
}
.AnyTagClassName
{
color: #661805;
}
</style>
background-color css
<style>
a { background-color: #661805; }
a { background-color: rgb(102,24,5); }
div.DivClassName
{
background-color: #661805;
}
.BgClassName
{
background-color: #661805;
}
</style>
border-color css
<style>
span { border-color: #661805; }
span { border-color: rgb(102,24,5); }
td.TdClassName
{
border-color: #661805;
}
.TagClassName
{
border-color: #661805;
}
</style>