Shades of Jewel #106346
Tints of Jewel #106346
RGB
CMYK
RGB Variations
Color information
#106346 (or 0x106346) is known color: Jewel. HEX triplet: 10, 63 and 46. RGB value is (16,99,70). Sum of RGB (Red+Green+Blue) = 16+99+70=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #106346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106346 is #EF9CB9. Grayscale: #464646. Windows color (decimal): -15703226 or 4612880. OLE color: 4612880.
HSL color Cylindrical-coordinate representation of color #106346: hue angle of 159.04º 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 #106346 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 70 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.61 |
| HSL | 159.04º | 0.72% | 0.23% | - |
| HSV(B) | 159.04º | 0.84% | 0.39% | - |
| XYZ | 5.78 | 9.48 | 7.32 | - |
| YUV | 70.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 70 | 0.84 | 0 | 0.29 | 0.61 | 159.04 | 0.72 | 0.23 |
| Hex | 10 | 63 | 46 | 54 | 0 | 1D | 3D | 9F | 48 | 17 |
| Octal | 20 | 143 | 106 | 124 | 0 | 35 | 75 | 237 | 110 | 27 |
| Binary | 10000 | 1100011 | 1000110 | 1010100 | 0 | 11101 | 111101 | 10011111 | 1001000 | 10111 |
Color Harmonies of #106346
Complementary color
Monochromatic Colors of #106346
Black with #106346
Text Example
Text Example
White with #106346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106346; }
p { color: rgb(16,99,70); }
H1.HeaderClassName
{
color: #106346;
}
.AnyTagClassName
{
color: #106346;
}
</style>
background-color css
<style>
a { background-color: #106346; }
a { background-color: rgb(16,99,70); }
div.DivClassName
{
background-color: #106346;
}
.BgClassName
{
background-color: #106346;
}
</style>
border-color css
<style>
span { border-color: #106346; }
span { border-color: rgb(16,99,70); }
td.TdClassName
{
border-color: #106346;
}
.TagClassName
{
border-color: #106346;
}
</style>