Shades of Siam #656852
Tints of Siam #656852
RGB
CMYK
RGB Variations
Color information
#656852 (or 0x656852) is known color: Siam. HEX triplet: 65, 68 and 52. RGB value is (101,104,82). Sum of RGB (Red+Green+Blue) = 101+104+82=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #656852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656852 is #9A97AD. Grayscale: #646464. Windows color (decimal): -10131374 or 5400677. OLE color: 5400677.
HSL color Cylindrical-coordinate representation of color #656852: hue angle of 68.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656852 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 82 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.59 |
| HSL | 68.18º | 0.12% | 0.36% | - |
| HSV(B) | 68.18º | 0.21% | 0.41% | - |
| XYZ | 11.84 | 13.28 | 9.92 | - |
| YUV | 100.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 82 | 0.03 | 0 | 0.21 | 0.59 | 68.18 | 0.12 | 0.36 |
| Hex | 65 | 68 | 52 | 3 | 0 | 15 | 3B | 44 | C | 24 |
| Octal | 145 | 150 | 122 | 3 | 0 | 25 | 73 | 104 | 14 | 44 |
| Binary | 1100101 | 1101000 | 1010010 | 11 | 0 | 10101 | 111011 | 1000100 | 1100 | 100100 |
Color Harmonies of #656852
Complementary color
Monochromatic Colors of #656852
Black with #656852
Text Example
Text Example
White with #656852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656852; }
p { color: rgb(101,104,82); }
H1.HeaderClassName
{
color: #656852;
}
.AnyTagClassName
{
color: #656852;
}
</style>
background-color css
<style>
a { background-color: #656852; }
a { background-color: rgb(101,104,82); }
div.DivClassName
{
background-color: #656852;
}
.BgClassName
{
background-color: #656852;
}
</style>
border-color css
<style>
span { border-color: #656852; }
span { border-color: rgb(101,104,82); }
td.TdClassName
{
border-color: #656852;
}
.TagClassName
{
border-color: #656852;
}
</style>