Shades of Jewel #106543
Tints of Jewel #106543
RGB
CMYK
RGB Variations
Color information
#106543 (or 0x106543) is known color: Jewel. HEX triplet: 10, 65 and 43. RGB value is (16,101,67). Sum of RGB (Red+Green+Blue) = 16+101+67=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #106543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106543 is #EF9ABC. Grayscale: #474747. Windows color (decimal): -15702717 or 4416784. OLE color: 4416784.
HSL color Cylindrical-coordinate representation of color #106543: hue angle of 156º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106543 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 67 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.60 |
| HSL | 156º | 0.73% | 0.23% | - |
| HSV(B) | 156º | 0.84% | 0.4% | - |
| XYZ | 5.88 | 9.82 | 6.9 | - |
| YUV | 71.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 67 | 0.84 | 0 | 0.34 | 0.60 | 156 | 0.73 | 0.23 |
| Hex | 10 | 65 | 43 | 54 | 0 | 22 | 3C | 9C | 49 | 17 |
| Octal | 20 | 145 | 103 | 124 | 0 | 42 | 74 | 234 | 111 | 27 |
| Binary | 10000 | 1100101 | 1000011 | 1010100 | 0 | 100010 | 111100 | 10011100 | 1001001 | 10111 |
Color Harmonies of #106543
Complementary color
Monochromatic Colors of #106543
Black with #106543
Text Example
Text Example
White with #106543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106543; }
p { color: rgb(16,101,67); }
H1.HeaderClassName
{
color: #106543;
}
.AnyTagClassName
{
color: #106543;
}
</style>
background-color css
<style>
a { background-color: #106543; }
a { background-color: rgb(16,101,67); }
div.DivClassName
{
background-color: #106543;
}
.BgClassName
{
background-color: #106543;
}
</style>
border-color css
<style>
span { border-color: #106543; }
span { border-color: rgb(16,101,67); }
td.TdClassName
{
border-color: #106543;
}
.TagClassName
{
border-color: #106543;
}
</style>