Shades of Siam #656A4E
Tints of Siam #656A4E
RGB
CMYK
RGB Variations
Color information
#656A4E (or 0x656A4E) is known color: Siam. HEX triplet: 65, 6A and 4E. RGB value is (101,106,78). Sum of RGB (Red+Green+Blue) = 101+106+78=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #656A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A4E is #9A95B1. Grayscale: #656565. Windows color (decimal): -10130866 or 5139045. OLE color: 5139045.
HSL color Cylindrical-coordinate representation of color #656A4E: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656A4E is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 78 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.58 |
| HSL | 70.71º | 0.15% | 0.36% | - |
| HSV(B) | 70.71º | 0.26% | 0.42% | - |
| XYZ | 11.9 | 13.62 | 9.21 | - |
| YUV | 101.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 78 | 0.05 | 0 | 0.26 | 0.58 | 70.71 | 0.15 | 0.36 |
| Hex | 65 | 6A | 4E | 5 | 0 | 1A | 3A | 47 | F | 24 |
| Octal | 145 | 152 | 116 | 5 | 0 | 32 | 72 | 107 | 17 | 44 |
| Binary | 1100101 | 1101010 | 1001110 | 101 | 0 | 11010 | 111010 | 1000111 | 1111 | 100100 |
Color Harmonies of #656A4E
Complementary color
Monochromatic Colors of #656A4E
Black with #656A4E
Text Example
Text Example
White with #656A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A4E; }
p { color: rgb(101,106,78); }
H1.HeaderClassName
{
color: #656A4E;
}
.AnyTagClassName
{
color: #656A4E;
}
</style>
background-color css
<style>
a { background-color: #656A4E; }
a { background-color: rgb(101,106,78); }
div.DivClassName
{
background-color: #656A4E;
}
.BgClassName
{
background-color: #656A4E;
}
</style>
border-color css
<style>
span { border-color: #656A4E; }
span { border-color: rgb(101,106,78); }
td.TdClassName
{
border-color: #656A4E;
}
.TagClassName
{
border-color: #656A4E;
}
</style>