Shades of Red Oxide #662620
Tints of Red Oxide #662620
RGB
CMYK
RGB Variations
Color information
#662620 (or 0x662620) is known color: Red Oxide. HEX triplet: 66, 26 and 20. RGB value is (102,38,32). Sum of RGB (Red+Green+Blue) = 102+38+32=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662620 is #99D9DF. Grayscale: #383838. Windows color (decimal): -10082784 or 2106982. OLE color: 2106982.
HSL color Cylindrical-coordinate representation of color #662620: hue angle of 5.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662620 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 32 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.6 |
| HSL | 5.14º | 0.52% | 0.26% | - |
| HSV(B) | 5.14º | 0.69% | 0.4% | - |
| XYZ | 6.43 | 4.32 | 1.86 | - |
| YUV | 56.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 32 | 0 | 0.63 | 0.69 | 0.6 | 5.14 | 0.52 | 0.26 |
| Hex | 66 | 26 | 20 | 0 | 3F | 45 | 3C | 5 | 34 | 1A |
| Octal | 146 | 46 | 40 | 0 | 77 | 105 | 74 | 5 | 64 | 32 |
| Binary | 1100110 | 100110 | 100000 | 0 | 111111 | 1000101 | 111100 | 101 | 110100 | 11010 |
Color Harmonies of #662620
Complementary color
Monochromatic Colors of #662620
Black with #662620
Text Example
Text Example
White with #662620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662620; }
p { color: rgb(102,38,32); }
H1.HeaderClassName
{
color: #662620;
}
.AnyTagClassName
{
color: #662620;
}
</style>
background-color css
<style>
a { background-color: #662620; }
a { background-color: rgb(102,38,32); }
div.DivClassName
{
background-color: #662620;
}
.BgClassName
{
background-color: #662620;
}
</style>
border-color css
<style>
span { border-color: #662620; }
span { border-color: rgb(102,38,32); }
td.TdClassName
{
border-color: #662620;
}
.TagClassName
{
border-color: #662620;
}
</style>