Shades of Siam #656855
Tints of Siam #656855
RGB
CMYK
RGB Variations
Color information
#656855 (or 0x656855) is known color: Siam. HEX triplet: 65, 68 and 55. RGB value is (101,104,85). Sum of RGB (Red+Green+Blue) = 101+104+85=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #656855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656855 is #9A97AA. Grayscale: #656565. Windows color (decimal): -10131371 or 5597285. OLE color: 5597285.
HSL color Cylindrical-coordinate representation of color #656855: hue angle of 69.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #656855 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 85 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.59 |
| HSL | 69.47º | 0.1% | 0.37% | - |
| HSV(B) | 69.47º | 0.18% | 0.41% | - |
| XYZ | 11.96 | 13.32 | 10.54 | - |
| YUV | 100.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 85 | 0.03 | 0 | 0.18 | 0.59 | 69.47 | 0.1 | 0.37 |
| Hex | 65 | 68 | 55 | 3 | 0 | 12 | 3B | 45 | A | 25 |
| Octal | 145 | 150 | 125 | 3 | 0 | 22 | 73 | 105 | 12 | 45 |
| Binary | 1100101 | 1101000 | 1010101 | 11 | 0 | 10010 | 111011 | 1000101 | 1010 | 100101 |
Color Harmonies of #656855
Complementary color
Monochromatic Colors of #656855
Black with #656855
Text Example
Text Example
White with #656855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656855; }
p { color: rgb(101,104,85); }
H1.HeaderClassName
{
color: #656855;
}
.AnyTagClassName
{
color: #656855;
}
</style>
background-color css
<style>
a { background-color: #656855; }
a { background-color: rgb(101,104,85); }
div.DivClassName
{
background-color: #656855;
}
.BgClassName
{
background-color: #656855;
}
</style>
border-color css
<style>
span { border-color: #656855; }
span { border-color: rgb(101,104,85); }
td.TdClassName
{
border-color: #656855;
}
.TagClassName
{
border-color: #656855;
}
</style>