Shades of Siam #6D6D57
Tints of Siam #6D6D57
RGB
CMYK
RGB Variations
Color information
#6D6D57 (or 0x6D6D57) is known color: Siam. HEX triplet: 6D, 6D and 57. RGB value is (109,109,87). Sum of RGB (Red+Green+Blue) = 109+109+87=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6D57 is #9292A8. Grayscale: #6A6A6A. Windows color (decimal): -9605801 or 5729645. OLE color: 5729645.
HSL color Cylindrical-coordinate representation of color #6D6D57: hue angle of 60º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D6D57 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 87 | - |
| CMYK | 0 | 0 | 0.20 | 0.57 |
| HSL | 60º | 0.11% | 0.38% | - |
| HSV(B) | 60º | 0.2% | 0.43% | - |
| XYZ | 13.5 | 14.88 | 11.18 | - |
| YUV | 106.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 87 | 0 | 0 | 0.20 | 0.57 | 60 | 0.11 | 0.38 |
| Hex | 6D | 6D | 57 | 0 | 0 | 14 | 39 | 3C | B | 26 |
| Octal | 155 | 155 | 127 | 0 | 0 | 24 | 71 | 74 | 13 | 46 |
| Binary | 1101101 | 1101101 | 1010111 | 0 | 0 | 10100 | 111001 | 111100 | 1011 | 100110 |
Color Harmonies of #6D6D57
Complementary color
Monochromatic Colors of #6D6D57
Black with #6D6D57
Text Example
Text Example
White with #6D6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D57; }
p { color: rgb(109,109,87); }
H1.HeaderClassName
{
color: #6D6D57;
}
.AnyTagClassName
{
color: #6D6D57;
}
</style>
background-color css
<style>
a { background-color: #6D6D57; }
a { background-color: rgb(109,109,87); }
div.DivClassName
{
background-color: #6D6D57;
}
.BgClassName
{
background-color: #6D6D57;
}
</style>
border-color css
<style>
span { border-color: #6D6D57; }
span { border-color: rgb(109,109,87); }
td.TdClassName
{
border-color: #6D6D57;
}
.TagClassName
{
border-color: #6D6D57;
}
</style>