Shades of Jewel #166643
Tints of Jewel #166643
RGB
CMYK
RGB Variations
Color information
#166643 (or 0x166643) is known color: Jewel. HEX triplet: 16, 66 and 43. RGB value is (22,102,67). Sum of RGB (Red+Green+Blue) = 22+102+67=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #166643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166643 is #E999BC. Grayscale: #4A4A4A. Windows color (decimal): -15309245 or 4417046. OLE color: 4417046.
HSL color Cylindrical-coordinate representation of color #166643: hue angle of 153.75º 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 #166643 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 67 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.6 |
| HSL | 153.75º | 0.65% | 0.24% | - |
| HSV(B) | 153.75º | 0.78% | 0.4% | - |
| XYZ | 6.1 | 10.08 | 6.93 | - |
| YUV | 74.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 67 | 0.78 | 0 | 0.34 | 0.6 | 153.75 | 0.65 | 0.24 |
| Hex | 16 | 66 | 43 | 4E | 0 | 22 | 3C | 9A | 41 | 18 |
| Octal | 26 | 146 | 103 | 116 | 0 | 42 | 74 | 232 | 101 | 30 |
| Binary | 10110 | 1100110 | 1000011 | 1001110 | 0 | 100010 | 111100 | 10011010 | 1000001 | 11000 |
Color Harmonies of #166643
Complementary color
Monochromatic Colors of #166643
Black with #166643
Text Example
Text Example
White with #166643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166643; }
p { color: rgb(22,102,67); }
H1.HeaderClassName
{
color: #166643;
}
.AnyTagClassName
{
color: #166643;
}
</style>
background-color css
<style>
a { background-color: #166643; }
a { background-color: rgb(22,102,67); }
div.DivClassName
{
background-color: #166643;
}
.BgClassName
{
background-color: #166643;
}
</style>
border-color css
<style>
span { border-color: #166643; }
span { border-color: rgb(22,102,67); }
td.TdClassName
{
border-color: #166643;
}
.TagClassName
{
border-color: #166643;
}
</style>