Shades of Siam #656559
Tints of Siam #656559
RGB
CMYK
RGB Variations
Color information
#656559 (or 0x656559) is known color: Siam. HEX triplet: 65, 65 and 59. RGB value is (101,101,89). Sum of RGB (Red+Green+Blue) = 101+101+89=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656559 is #9A9AA6. Grayscale: #636363. Windows color (decimal): -10132135 or 5858661. OLE color: 5858661.
HSL color Cylindrical-coordinate representation of color #656559: hue angle of 60º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656559 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 89 | - |
| CMYK | 0 | 0 | 0.12 | 0.60 |
| HSL | 60º | 0.06% | 0.37% | - |
| HSV(B) | 60º | 0.12% | 0.4% | - |
| XYZ | 11.82 | 12.8 | 11.3 | - |
| YUV | 99.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 89 | 0 | 0 | 0.12 | 0.60 | 60 | 0.06 | 0.37 |
| Hex | 65 | 65 | 59 | 0 | 0 | C | 3C | 3C | 6 | 25 |
| Octal | 145 | 145 | 131 | 0 | 0 | 14 | 74 | 74 | 6 | 45 |
| Binary | 1100101 | 1100101 | 1011001 | 0 | 0 | 1100 | 111100 | 111100 | 110 | 100101 |
Color Harmonies of #656559
Complementary color
Monochromatic Colors of #656559
Black with #656559
Text Example
Text Example
White with #656559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656559; }
p { color: rgb(101,101,89); }
H1.HeaderClassName
{
color: #656559;
}
.AnyTagClassName
{
color: #656559;
}
</style>
background-color css
<style>
a { background-color: #656559; }
a { background-color: rgb(101,101,89); }
div.DivClassName
{
background-color: #656559;
}
.BgClassName
{
background-color: #656559;
}
</style>
border-color css
<style>
span { border-color: #656559; }
span { border-color: rgb(101,101,89); }
td.TdClassName
{
border-color: #656559;
}
.TagClassName
{
border-color: #656559;
}
</style>