Shades of Red Oxide #662017
Tints of Red Oxide #662017
RGB
CMYK
RGB Variations
Color information
#662017 (or 0x662017) is known color: Red Oxide. HEX triplet: 66, 20 and 17. RGB value is (102,32,23). Sum of RGB (Red+Green+Blue) = 102+32+23=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662017 is #99DFE8. Grayscale: #343434. Windows color (decimal): -10084329 or 1515622. OLE color: 1515622.
HSL color Cylindrical-coordinate representation of color #662017: hue angle of 6.84º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662017 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 23 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.6 |
| HSL | 6.84º | 0.63% | 0.25% | - |
| HSV(B) | 6.84º | 0.77% | 0.4% | - |
| XYZ | 6.15 | 3.92 | 1.24 | - |
| YUV | 51.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 23 | 0 | 0.69 | 0.77 | 0.6 | 6.84 | 0.63 | 0.25 |
| Hex | 66 | 20 | 17 | 0 | 45 | 4D | 3C | 7 | 3F | 19 |
| Octal | 146 | 40 | 27 | 0 | 105 | 115 | 74 | 7 | 77 | 31 |
| Binary | 1100110 | 100000 | 10111 | 0 | 1000101 | 1001101 | 111100 | 111 | 111111 | 11001 |
Color Harmonies of #662017
Complementary color
Monochromatic Colors of #662017
Black with #662017
Text Example
Text Example
White with #662017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662017; }
p { color: rgb(102,32,23); }
H1.HeaderClassName
{
color: #662017;
}
.AnyTagClassName
{
color: #662017;
}
</style>
background-color css
<style>
a { background-color: #662017; }
a { background-color: rgb(102,32,23); }
div.DivClassName
{
background-color: #662017;
}
.BgClassName
{
background-color: #662017;
}
</style>
border-color css
<style>
span { border-color: #662017; }
span { border-color: rgb(102,32,23); }
td.TdClassName
{
border-color: #662017;
}
.TagClassName
{
border-color: #662017;
}
</style>