Shades of Siam #656D4E
Tints of Siam #656D4E
RGB
CMYK
RGB Variations
Color information
#656D4E (or 0x656D4E) is known color: Siam. HEX triplet: 65, 6D and 4E. RGB value is (101,109,78). Sum of RGB (Red+Green+Blue) = 101+109+78=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #656D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D4E is #9A92B1. Grayscale: #676767. Windows color (decimal): -10130098 or 5139813. OLE color: 5139813.
HSL color Cylindrical-coordinate representation of color #656D4E: hue angle of 75.48º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #656D4E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 78 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.57 |
| HSL | 75.48º | 0.17% | 0.37% | - |
| HSV(B) | 75.48º | 0.28% | 0.43% | - |
| XYZ | 12.21 | 14.25 | 9.32 | - |
| YUV | 103.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 78 | 0.07 | 0 | 0.28 | 0.57 | 75.48 | 0.17 | 0.37 |
| Hex | 65 | 6D | 4E | 7 | 0 | 1C | 39 | 4B | 11 | 25 |
| Octal | 145 | 155 | 116 | 7 | 0 | 34 | 71 | 113 | 21 | 45 |
| Binary | 1100101 | 1101101 | 1001110 | 111 | 0 | 11100 | 111001 | 1001011 | 10001 | 100101 |
Color Harmonies of #656D4E
Complementary color
Monochromatic Colors of #656D4E
Black with #656D4E
Text Example
Text Example
White with #656D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D4E; }
p { color: rgb(101,109,78); }
H1.HeaderClassName
{
color: #656D4E;
}
.AnyTagClassName
{
color: #656D4E;
}
</style>
background-color css
<style>
a { background-color: #656D4E; }
a { background-color: rgb(101,109,78); }
div.DivClassName
{
background-color: #656D4E;
}
.BgClassName
{
background-color: #656D4E;
}
</style>
border-color css
<style>
span { border-color: #656D4E; }
span { border-color: rgb(101,109,78); }
td.TdClassName
{
border-color: #656D4E;
}
.TagClassName
{
border-color: #656D4E;
}
</style>