Shades of Jewel #11644D
Tints of Jewel #11644D
RGB
CMYK
RGB Variations
Color information
#11644D (or 0x11644D) is known color: Jewel. HEX triplet: 11, 64 and 4D. RGB value is (17,100,77). Sum of RGB (Red+Green+Blue) = 17+100+77=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #11644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11644D is #EE9BB2. Grayscale: #484848. Windows color (decimal): -15637427 or 5071889. OLE color: 5071889.
HSL color Cylindrical-coordinate representation of color #11644D: hue angle of 163.37º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11644D is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 77 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.61 |
| HSL | 163.37º | 0.71% | 0.23% | - |
| HSV(B) | 163.37º | 0.83% | 0.39% | - |
| XYZ | 6.13 | 9.77 | 8.58 | - |
| YUV | 72.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 77 | 0.83 | 0 | 0.23 | 0.61 | 163.37 | 0.71 | 0.23 |
| Hex | 11 | 64 | 4D | 53 | 0 | 17 | 3D | A3 | 47 | 17 |
| Octal | 21 | 144 | 115 | 123 | 0 | 27 | 75 | 243 | 107 | 27 |
| Binary | 10001 | 1100100 | 1001101 | 1010011 | 0 | 10111 | 111101 | 10100011 | 1000111 | 10111 |
Color Harmonies of #11644D
Complementary color
Monochromatic Colors of #11644D
Black with #11644D
Text Example
Text Example
White with #11644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11644D; }
p { color: rgb(17,100,77); }
H1.HeaderClassName
{
color: #11644D;
}
.AnyTagClassName
{
color: #11644D;
}
</style>
background-color css
<style>
a { background-color: #11644D; }
a { background-color: rgb(17,100,77); }
div.DivClassName
{
background-color: #11644D;
}
.BgClassName
{
background-color: #11644D;
}
</style>
border-color css
<style>
span { border-color: #11644D; }
span { border-color: rgb(17,100,77); }
td.TdClassName
{
border-color: #11644D;
}
.TagClassName
{
border-color: #11644D;
}
</style>