Shades of Siam #656F4F
Tints of Siam #656F4F
RGB
CMYK
RGB Variations
Color information
#656F4F (or 0x656F4F) is known color: Siam. HEX triplet: 65, 6F and 4F. RGB value is (101,111,79). Sum of RGB (Red+Green+Blue) = 101+111+79=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #656F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F4F is #9A90B0. Grayscale: #686868. Windows color (decimal): -10129585 or 5205861. OLE color: 5205861.
HSL color Cylindrical-coordinate representation of color #656F4F: hue angle of 78.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #656F4F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 79 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.56 |
| HSL | 78.75º | 0.17% | 0.37% | - |
| HSV(B) | 78.75º | 0.29% | 0.44% | - |
| XYZ | 12.46 | 14.7 | 9.58 | - |
| YUV | 104.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 79 | 0.09 | 0 | 0.29 | 0.56 | 78.75 | 0.17 | 0.37 |
| Hex | 65 | 6F | 4F | 9 | 0 | 1D | 38 | 4F | 11 | 25 |
| Octal | 145 | 157 | 117 | 11 | 0 | 35 | 70 | 117 | 21 | 45 |
| Binary | 1100101 | 1101111 | 1001111 | 1001 | 0 | 11101 | 111000 | 1001111 | 10001 | 100101 |
Color Harmonies of #656F4F
Complementary color
Monochromatic Colors of #656F4F
Black with #656F4F
Text Example
Text Example
White with #656F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F4F; }
p { color: rgb(101,111,79); }
H1.HeaderClassName
{
color: #656F4F;
}
.AnyTagClassName
{
color: #656F4F;
}
</style>
background-color css
<style>
a { background-color: #656F4F; }
a { background-color: rgb(101,111,79); }
div.DivClassName
{
background-color: #656F4F;
}
.BgClassName
{
background-color: #656F4F;
}
</style>
border-color css
<style>
span { border-color: #656F4F; }
span { border-color: rgb(101,111,79); }
td.TdClassName
{
border-color: #656F4F;
}
.TagClassName
{
border-color: #656F4F;
}
</style>