Shades of Siam #656957
Tints of Siam #656957
RGB
CMYK
RGB Variations
Color information
#656957 (or 0x656957) is known color: Siam. HEX triplet: 65, 69 and 57. RGB value is (101,105,87). Sum of RGB (Red+Green+Blue) = 101+105+87=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 105 - color contains mainly: green. Hex color #656957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656957 is #9A96A8. Grayscale: #656565. Windows color (decimal): -10131113 or 5728613. OLE color: 5728613.
HSL color Cylindrical-coordinate representation of color #656957: hue angle of 73.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656957 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 87 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.59 |
| HSL | 73.33º | 0.09% | 0.38% | - |
| HSV(B) | 73.33º | 0.17% | 0.41% | - |
| XYZ | 12.14 | 13.56 | 10.99 | - |
| YUV | 101.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 87 | 0.04 | 0 | 0.17 | 0.59 | 73.33 | 0.09 | 0.38 |
| Hex | 65 | 69 | 57 | 4 | 0 | 11 | 3B | 49 | 9 | 26 |
| Octal | 145 | 151 | 127 | 4 | 0 | 21 | 73 | 111 | 11 | 46 |
| Binary | 1100101 | 1101001 | 1010111 | 100 | 0 | 10001 | 111011 | 1001001 | 1001 | 100110 |
Color Harmonies of #656957
Complementary color
Monochromatic Colors of #656957
Black with #656957
Text Example
Text Example
White with #656957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656957; }
p { color: rgb(101,105,87); }
H1.HeaderClassName
{
color: #656957;
}
.AnyTagClassName
{
color: #656957;
}
</style>
background-color css
<style>
a { background-color: #656957; }
a { background-color: rgb(101,105,87); }
div.DivClassName
{
background-color: #656957;
}
.BgClassName
{
background-color: #656957;
}
</style>
border-color css
<style>
span { border-color: #656957; }
span { border-color: rgb(101,105,87); }
td.TdClassName
{
border-color: #656957;
}
.TagClassName
{
border-color: #656957;
}
</style>