Shades of Siam #6D754E
Tints of Siam #6D754E
RGB
CMYK
RGB Variations
Color information
#6D754E (or 0x6D754E) is known color: Siam. HEX triplet: 6D, 75 and 4E. RGB value is (109,117,78). Sum of RGB (Red+Green+Blue) = 109+117+78=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D754E is #928AB1. Grayscale: #6E6E6E. Windows color (decimal): -9603762 or 5141869. OLE color: 5141869.
HSL color Cylindrical-coordinate representation of color #6D754E: hue angle of 72.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D754E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 78 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.54 |
| HSL | 72.31º | 0.2% | 0.38% | - |
| HSV(B) | 72.31º | 0.33% | 0.46% | - |
| XYZ | 14.04 | 16.52 | 9.66 | - |
| YUV | 110.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 78 | 0.07 | 0 | 0.33 | 0.54 | 72.31 | 0.2 | 0.38 |
| Hex | 6D | 75 | 4E | 7 | 0 | 21 | 36 | 48 | 14 | 26 |
| Octal | 155 | 165 | 116 | 7 | 0 | 41 | 66 | 110 | 24 | 46 |
| Binary | 1101101 | 1110101 | 1001110 | 111 | 0 | 100001 | 110110 | 1001000 | 10100 | 100110 |
Color Harmonies of #6D754E
Complementary color
Monochromatic Colors of #6D754E
Black with #6D754E
Text Example
Text Example
White with #6D754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D754E; }
p { color: rgb(109,117,78); }
H1.HeaderClassName
{
color: #6D754E;
}
.AnyTagClassName
{
color: #6D754E;
}
</style>
background-color css
<style>
a { background-color: #6D754E; }
a { background-color: rgb(109,117,78); }
div.DivClassName
{
background-color: #6D754E;
}
.BgClassName
{
background-color: #6D754E;
}
</style>
border-color css
<style>
span { border-color: #6D754E; }
span { border-color: rgb(109,117,78); }
td.TdClassName
{
border-color: #6D754E;
}
.TagClassName
{
border-color: #6D754E;
}
</style>