Shades of Siam #656B4F
Tints of Siam #656B4F
RGB
CMYK
RGB Variations
Color information
#656B4F (or 0x656B4F) is known color: Siam. HEX triplet: 65, 6B and 4F. RGB value is (101,107,79). Sum of RGB (Red+Green+Blue) = 101+107+79=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #656B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B4F is #9A94B0. Grayscale: #666666. Windows color (decimal): -10130609 or 5204837. OLE color: 5204837.
HSL color Cylindrical-coordinate representation of color #656B4F: hue angle of 72.86º 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 #656B4F is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 79 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.58 |
| HSL | 72.86º | 0.15% | 0.36% | - |
| HSV(B) | 72.86º | 0.26% | 0.42% | - |
| XYZ | 12.04 | 13.85 | 9.44 | - |
| YUV | 102.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 79 | 0.06 | 0 | 0.26 | 0.58 | 72.86 | 0.15 | 0.36 |
| Hex | 65 | 6B | 4F | 6 | 0 | 1A | 3A | 49 | F | 24 |
| Octal | 145 | 153 | 117 | 6 | 0 | 32 | 72 | 111 | 17 | 44 |
| Binary | 1100101 | 1101011 | 1001111 | 110 | 0 | 11010 | 111010 | 1001001 | 1111 | 100100 |
Color Harmonies of #656B4F
Complementary color
Monochromatic Colors of #656B4F
Black with #656B4F
Text Example
Text Example
White with #656B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B4F; }
p { color: rgb(101,107,79); }
H1.HeaderClassName
{
color: #656B4F;
}
.AnyTagClassName
{
color: #656B4F;
}
</style>
background-color css
<style>
a { background-color: #656B4F; }
a { background-color: rgb(101,107,79); }
div.DivClassName
{
background-color: #656B4F;
}
.BgClassName
{
background-color: #656B4F;
}
</style>
border-color css
<style>
span { border-color: #656B4F; }
span { border-color: rgb(101,107,79); }
td.TdClassName
{
border-color: #656B4F;
}
.TagClassName
{
border-color: #656B4F;
}
</style>