Shades of Red Oxide #661500
Tints of Red Oxide #661500
RGB
CMYK
RGB Variations
Color information
#661500 (or 0x661500) is known color: Red Oxide. HEX triplet: 66, 15 and 00. RGB value is (102,21,0). Sum of RGB (Red+Green+Blue) = 102+21+0=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661500 is #99EAFF. Grayscale: #2A2A2A. Windows color (decimal): -10087168 or 5478. OLE color: 5478.
HSL color Cylindrical-coordinate representation of color #661500: hue angle of 12.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #661500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.6 |
| HSL | 12.35º | 1% | 0.2% | - |
| HSV(B) | 12.35º | 1% | 0.4% | - |
| XYZ | 5.75 | 3.36 | 0.35 | - |
| YUV | 42.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 0 | 0 | 0.79 | 1 | 0.6 | 12.35 | 1 | 0.2 |
| Hex | 66 | 15 | 0 | 0 | 4F | 64 | 3C | C | 64 | 14 |
| Octal | 146 | 25 | 0 | 0 | 117 | 144 | 74 | 14 | 144 | 24 |
| Binary | 1100110 | 10101 | 0 | 0 | 1001111 | 1100100 | 111100 | 1100 | 1100100 | 10100 |
Color Harmonies of #661500
Complementary color
Monochromatic Colors of #661500
Black with #661500
Text Example
Text Example
White with #661500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661500; }
p { color: rgb(102,21,0); }
H1.HeaderClassName
{
color: #661500;
}
.AnyTagClassName
{
color: #661500;
}
</style>
background-color css
<style>
a { background-color: #661500; }
a { background-color: rgb(102,21,0); }
div.DivClassName
{
background-color: #661500;
}
.BgClassName
{
background-color: #661500;
}
</style>
border-color css
<style>
span { border-color: #661500; }
span { border-color: rgb(102,21,0); }
td.TdClassName
{
border-color: #661500;
}
.TagClassName
{
border-color: #661500;
}
</style>