Shades of Jewel #105846
Tints of Jewel #105846
RGB
CMYK
RGB Variations
Color information
#105846 (or 0x105846) is known color: Jewel. HEX triplet: 10, 58 and 46. RGB value is (16,88,70). Sum of RGB (Red+Green+Blue) = 16+88+70=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #105846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105846 is #EFA7B9. Grayscale: #404040. Windows color (decimal): -15706042 or 4610064. OLE color: 4610064.
HSL color Cylindrical-coordinate representation of color #105846: hue angle of 165º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105846 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 70 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.65 |
| HSL | 165º | 0.69% | 0.2% | - |
| HSV(B) | 165º | 0.82% | 0.35% | - |
| XYZ | 4.81 | 7.53 | 6.99 | - |
| YUV | 64.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 70 | 0.82 | 0 | 0.20 | 0.65 | 165 | 0.69 | 0.2 |
| Hex | 10 | 58 | 46 | 52 | 0 | 14 | 41 | A5 | 45 | 14 |
| Octal | 20 | 130 | 106 | 122 | 0 | 24 | 101 | 245 | 105 | 24 |
| Binary | 10000 | 1011000 | 1000110 | 1010010 | 0 | 10100 | 1000001 | 10100101 | 1000101 | 10100 |
Color Harmonies of #105846
Complementary color
Monochromatic Colors of #105846
Black with #105846
Text Example
Text Example
White with #105846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105846; }
p { color: rgb(16,88,70); }
H1.HeaderClassName
{
color: #105846;
}
.AnyTagClassName
{
color: #105846;
}
</style>
background-color css
<style>
a { background-color: #105846; }
a { background-color: rgb(16,88,70); }
div.DivClassName
{
background-color: #105846;
}
.BgClassName
{
background-color: #105846;
}
</style>
border-color css
<style>
span { border-color: #105846; }
span { border-color: rgb(16,88,70); }
td.TdClassName
{
border-color: #105846;
}
.TagClassName
{
border-color: #105846;
}
</style>