Shades of Siam #6D7155
Tints of Siam #6D7155
RGB
CMYK
RGB Variations
Color information
#6D7155 (or 0x6D7155) is known color: Siam. HEX triplet: 6D, 71 and 55. RGB value is (109,113,85). Sum of RGB (Red+Green+Blue) = 109+113+85=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7155 is #928EAA. Grayscale: #6C6C6C. Windows color (decimal): -9604779 or 5599597. OLE color: 5599597.
HSL color Cylindrical-coordinate representation of color #6D7155: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7155 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 85 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.56 |
| HSL | 68.57º | 0.14% | 0.39% | - |
| HSV(B) | 68.57º | 0.25% | 0.44% | - |
| XYZ | 13.85 | 15.72 | 10.9 | - |
| YUV | 108.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 85 | 0.04 | 0 | 0.25 | 0.56 | 68.57 | 0.14 | 0.39 |
| Hex | 6D | 71 | 55 | 4 | 0 | 19 | 38 | 45 | E | 27 |
| Octal | 155 | 161 | 125 | 4 | 0 | 31 | 70 | 105 | 16 | 47 |
| Binary | 1101101 | 1110001 | 1010101 | 100 | 0 | 11001 | 111000 | 1000101 | 1110 | 100111 |
Color Harmonies of #6D7155
Complementary color
Monochromatic Colors of #6D7155
Black with #6D7155
Text Example
Text Example
White with #6D7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7155; }
p { color: rgb(109,113,85); }
H1.HeaderClassName
{
color: #6D7155;
}
.AnyTagClassName
{
color: #6D7155;
}
</style>
background-color css
<style>
a { background-color: #6D7155; }
a { background-color: rgb(109,113,85); }
div.DivClassName
{
background-color: #6D7155;
}
.BgClassName
{
background-color: #6D7155;
}
</style>
border-color css
<style>
span { border-color: #6D7155; }
span { border-color: rgb(109,113,85); }
td.TdClassName
{
border-color: #6D7155;
}
.TagClassName
{
border-color: #6D7155;
}
</style>