Shades of Red Oxide #662216
Tints of Red Oxide #662216
RGB
CMYK
RGB Variations
Color information
#662216 (or 0x662216) is known color: Red Oxide. HEX triplet: 66, 22 and 16. RGB value is (102,34,22). Sum of RGB (Red+Green+Blue) = 102+34+22=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662216 is #99DDE9. Grayscale: #353535. Windows color (decimal): -10083818 or 1450598. OLE color: 1450598.
HSL color Cylindrical-coordinate representation of color #662216: hue angle of 9º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662216 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 22 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.6 |
| HSL | 9º | 0.65% | 0.24% | - |
| HSV(B) | 9º | 0.78% | 0.4% | - |
| XYZ | 6.2 | 4.03 | 1.21 | - |
| YUV | 52.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 22 | 0 | 0.67 | 0.78 | 0.6 | 9 | 0.65 | 0.24 |
| Hex | 66 | 22 | 16 | 0 | 43 | 4E | 3C | 9 | 41 | 18 |
| Octal | 146 | 42 | 26 | 0 | 103 | 116 | 74 | 11 | 101 | 30 |
| Binary | 1100110 | 100010 | 10110 | 0 | 1000011 | 1001110 | 111100 | 1001 | 1000001 | 11000 |
Color Harmonies of #662216
Complementary color
Monochromatic Colors of #662216
Black with #662216
Text Example
Text Example
White with #662216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662216; }
p { color: rgb(102,34,22); }
H1.HeaderClassName
{
color: #662216;
}
.AnyTagClassName
{
color: #662216;
}
</style>
background-color css
<style>
a { background-color: #662216; }
a { background-color: rgb(102,34,22); }
div.DivClassName
{
background-color: #662216;
}
.BgClassName
{
background-color: #662216;
}
</style>
border-color css
<style>
span { border-color: #662216; }
span { border-color: rgb(102,34,22); }
td.TdClassName
{
border-color: #662216;
}
.TagClassName
{
border-color: #662216;
}
</style>