Shades of Jewel #10644D
Tints of Jewel #10644D
RGB
CMYK
RGB Variations
Color information
#10644D (or 0x10644D) is known color: Jewel. HEX triplet: 10, 64 and 4D. RGB value is (16,100,77). Sum of RGB (Red+Green+Blue) = 16+100+77=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #10644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10644D is #EF9BB2. Grayscale: #484848. Windows color (decimal): -15702963 or 5071888. OLE color: 5071888.
HSL color Cylindrical-coordinate representation of color #10644D: hue angle of 163.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10644D is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 100 | 77 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.61 |
| HSL | 163.57º | 0.72% | 0.23% | - |
| HSV(B) | 163.57º | 0.84% | 0.39% | - |
| XYZ | 6.11 | 9.76 | 8.58 | - |
| YUV | 72.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 77 | 0.84 | 0 | 0.23 | 0.61 | 163.57 | 0.72 | 0.23 |
| Hex | 10 | 64 | 4D | 54 | 0 | 17 | 3D | A4 | 48 | 17 |
| Octal | 20 | 144 | 115 | 124 | 0 | 27 | 75 | 244 | 110 | 27 |
| Binary | 10000 | 1100100 | 1001101 | 1010100 | 0 | 10111 | 111101 | 10100100 | 1001000 | 10111 |
Color Harmonies of #10644D
Complementary color
Monochromatic Colors of #10644D
Black with #10644D
Text Example
Text Example
White with #10644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10644D; }
p { color: rgb(16,100,77); }
H1.HeaderClassName
{
color: #10644D;
}
.AnyTagClassName
{
color: #10644D;
}
</style>
background-color css
<style>
a { background-color: #10644D; }
a { background-color: rgb(16,100,77); }
div.DivClassName
{
background-color: #10644D;
}
.BgClassName
{
background-color: #10644D;
}
</style>
border-color css
<style>
span { border-color: #10644D; }
span { border-color: rgb(16,100,77); }
td.TdClassName
{
border-color: #10644D;
}
.TagClassName
{
border-color: #10644D;
}
</style>