Shades of Jewel #106344
Tints of Jewel #106344
RGB
CMYK
RGB Variations
Color information
#106344 (or 0x106344) is known color: Jewel. HEX triplet: 10, 63 and 44. RGB value is (16,99,68). Sum of RGB (Red+Green+Blue) = 16+99+68=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #106344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106344 is #EF9CBB. Grayscale: #464646. Windows color (decimal): -15703228 or 4481808. OLE color: 4481808.
HSL color Cylindrical-coordinate representation of color #106344: hue angle of 157.59º 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 #106344 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 68 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.61 |
| HSL | 157.59º | 0.72% | 0.23% | - |
| HSV(B) | 157.59º | 0.84% | 0.39% | - |
| XYZ | 5.72 | 9.45 | 6.99 | - |
| YUV | 70.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 68 | 0.84 | 0 | 0.31 | 0.61 | 157.59 | 0.72 | 0.23 |
| Hex | 10 | 63 | 44 | 54 | 0 | 1F | 3D | 9E | 48 | 17 |
| Octal | 20 | 143 | 104 | 124 | 0 | 37 | 75 | 236 | 110 | 27 |
| Binary | 10000 | 1100011 | 1000100 | 1010100 | 0 | 11111 | 111101 | 10011110 | 1001000 | 10111 |
Color Harmonies of #106344
Complementary color
Monochromatic Colors of #106344
Black with #106344
Text Example
Text Example
White with #106344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106344; }
p { color: rgb(16,99,68); }
H1.HeaderClassName
{
color: #106344;
}
.AnyTagClassName
{
color: #106344;
}
</style>
background-color css
<style>
a { background-color: #106344; }
a { background-color: rgb(16,99,68); }
div.DivClassName
{
background-color: #106344;
}
.BgClassName
{
background-color: #106344;
}
</style>
border-color css
<style>
span { border-color: #106344; }
span { border-color: rgb(16,99,68); }
td.TdClassName
{
border-color: #106344;
}
.TagClassName
{
border-color: #106344;
}
</style>