Shades of Siam #656E4E
Tints of Siam #656E4E
RGB
CMYK
RGB Variations
Color information
#656E4E (or 0x656E4E) is known color: Siam. HEX triplet: 65, 6E and 4E. RGB value is (101,110,78). Sum of RGB (Red+Green+Blue) = 101+110+78=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #656E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E4E is #9A91B1. Grayscale: #676767. Windows color (decimal): -10129842 or 5140069. OLE color: 5140069.
HSL color Cylindrical-coordinate representation of color #656E4E: hue angle of 76.88º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #656E4E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 78 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.57 |
| HSL | 76.88º | 0.17% | 0.37% | - |
| HSV(B) | 76.88º | 0.29% | 0.43% | - |
| XYZ | 12.32 | 14.47 | 9.35 | - |
| YUV | 103.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 78 | 0.08 | 0 | 0.29 | 0.57 | 76.88 | 0.17 | 0.37 |
| Hex | 65 | 6E | 4E | 8 | 0 | 1D | 39 | 4D | 11 | 25 |
| Octal | 145 | 156 | 116 | 10 | 0 | 35 | 71 | 115 | 21 | 45 |
| Binary | 1100101 | 1101110 | 1001110 | 1000 | 0 | 11101 | 111001 | 1001101 | 10001 | 100101 |
Color Harmonies of #656E4E
Complementary color
Monochromatic Colors of #656E4E
Black with #656E4E
Text Example
Text Example
White with #656E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E4E; }
p { color: rgb(101,110,78); }
H1.HeaderClassName
{
color: #656E4E;
}
.AnyTagClassName
{
color: #656E4E;
}
</style>
background-color css
<style>
a { background-color: #656E4E; }
a { background-color: rgb(101,110,78); }
div.DivClassName
{
background-color: #656E4E;
}
.BgClassName
{
background-color: #656E4E;
}
</style>
border-color css
<style>
span { border-color: #656E4E; }
span { border-color: rgb(101,110,78); }
td.TdClassName
{
border-color: #656E4E;
}
.TagClassName
{
border-color: #656E4E;
}
</style>