Shades of Red Oxide #662217
Tints of Red Oxide #662217
RGB
CMYK
RGB Variations
Color information
#662217 (or 0x662217) is known color: Red Oxide. HEX triplet: 66, 22 and 17. RGB value is (102,34,23). Sum of RGB (Red+Green+Blue) = 102+34+23=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662217 is #99DDE8. Grayscale: #353535. Windows color (decimal): -10083817 or 1516134. OLE color: 1516134.
HSL color Cylindrical-coordinate representation of color #662217: hue angle of 8.35º 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 #662217 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 23 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.6 |
| HSL | 8.35º | 0.63% | 0.25% | - |
| HSV(B) | 8.35º | 0.77% | 0.4% | - |
| XYZ | 6.21 | 4.03 | 1.26 | - |
| YUV | 53.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 23 | 0 | 0.67 | 0.77 | 0.6 | 8.35 | 0.63 | 0.25 |
| Hex | 66 | 22 | 17 | 0 | 43 | 4D | 3C | 8 | 3F | 19 |
| Octal | 146 | 42 | 27 | 0 | 103 | 115 | 74 | 10 | 77 | 31 |
| Binary | 1100110 | 100010 | 10111 | 0 | 1000011 | 1001101 | 111100 | 1000 | 111111 | 11001 |
Color Harmonies of #662217
Complementary color
Monochromatic Colors of #662217
Black with #662217
Text Example
Text Example
White with #662217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662217; }
p { color: rgb(102,34,23); }
H1.HeaderClassName
{
color: #662217;
}
.AnyTagClassName
{
color: #662217;
}
</style>
background-color css
<style>
a { background-color: #662217; }
a { background-color: rgb(102,34,23); }
div.DivClassName
{
background-color: #662217;
}
.BgClassName
{
background-color: #662217;
}
</style>
border-color css
<style>
span { border-color: #662217; }
span { border-color: rgb(102,34,23); }
td.TdClassName
{
border-color: #662217;
}
.TagClassName
{
border-color: #662217;
}
</style>