Shades of Siam #656D50
Tints of Siam #656D50
RGB
CMYK
RGB Variations
Color information
#656D50 (or 0x656D50) is known color: Siam. HEX triplet: 65, 6D and 50. RGB value is (101,109,80). Sum of RGB (Red+Green+Blue) = 101+109+80=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #656D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D50 is #9A92AF. Grayscale: #676767. Windows color (decimal): -10130096 or 5270885. OLE color: 5270885.
HSL color Cylindrical-coordinate representation of color #656D50: hue angle of 76.55º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656D50 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 80 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.57 |
| HSL | 76.55º | 0.15% | 0.37% | - |
| HSV(B) | 76.55º | 0.27% | 0.43% | - |
| XYZ | 12.28 | 14.28 | 9.7 | - |
| YUV | 103.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 80 | 0.07 | 0 | 0.27 | 0.57 | 76.55 | 0.15 | 0.37 |
| Hex | 65 | 6D | 50 | 7 | 0 | 1B | 39 | 4D | F | 25 |
| Octal | 145 | 155 | 120 | 7 | 0 | 33 | 71 | 115 | 17 | 45 |
| Binary | 1100101 | 1101101 | 1010000 | 111 | 0 | 11011 | 111001 | 1001101 | 1111 | 100101 |
Color Harmonies of #656D50
Complementary color
Monochromatic Colors of #656D50
Black with #656D50
Text Example
Text Example
White with #656D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D50; }
p { color: rgb(101,109,80); }
H1.HeaderClassName
{
color: #656D50;
}
.AnyTagClassName
{
color: #656D50;
}
</style>
background-color css
<style>
a { background-color: #656D50; }
a { background-color: rgb(101,109,80); }
div.DivClassName
{
background-color: #656D50;
}
.BgClassName
{
background-color: #656D50;
}
</style>
border-color css
<style>
span { border-color: #656D50; }
span { border-color: rgb(101,109,80); }
td.TdClassName
{
border-color: #656D50;
}
.TagClassName
{
border-color: #656D50;
}
</style>