Shades of Siam #6E754E
Tints of Siam #6E754E
RGB
CMYK
RGB Variations
Color information
#6E754E (or 0x6E754E) is known color: Siam. HEX triplet: 6E, 75 and 4E. RGB value is (110,117,78). Sum of RGB (Red+Green+Blue) = 110+117+78=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #6E754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E754E is #918AB1. Grayscale: #6E6E6E. Windows color (decimal): -9538226 or 5141870. OLE color: 5141870.
HSL color Cylindrical-coordinate representation of color #6E754E: hue angle of 70.77º 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 #6E754E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 78 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.54 |
| HSL | 70.77º | 0.2% | 0.38% | - |
| HSV(B) | 70.77º | 0.33% | 0.46% | - |
| XYZ | 14.17 | 16.59 | 9.66 | - |
| YUV | 110.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 78 | 0.06 | 0 | 0.33 | 0.54 | 70.77 | 0.2 | 0.38 |
| Hex | 6E | 75 | 4E | 6 | 0 | 21 | 36 | 47 | 14 | 26 |
| Octal | 156 | 165 | 116 | 6 | 0 | 41 | 66 | 107 | 24 | 46 |
| Binary | 1101110 | 1110101 | 1001110 | 110 | 0 | 100001 | 110110 | 1000111 | 10100 | 100110 |
Color Harmonies of #6E754E
Complementary color
Monochromatic Colors of #6E754E
Black with #6E754E
Text Example
Text Example
White with #6E754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E754E; }
p { color: rgb(110,117,78); }
H1.HeaderClassName
{
color: #6E754E;
}
.AnyTagClassName
{
color: #6E754E;
}
</style>
background-color css
<style>
a { background-color: #6E754E; }
a { background-color: rgb(110,117,78); }
div.DivClassName
{
background-color: #6E754E;
}
.BgClassName
{
background-color: #6E754E;
}
</style>
border-color css
<style>
span { border-color: #6E754E; }
span { border-color: rgb(110,117,78); }
td.TdClassName
{
border-color: #6E754E;
}
.TagClassName
{
border-color: #6E754E;
}
</style>