Shades of Siam #6E754B
Tints of Siam #6E754B
RGB
CMYK
RGB Variations
Color information
#6E754B (or 0x6E754B) is known color: Siam. HEX triplet: 6E, 75 and 4B. RGB value is (110,117,75). Sum of RGB (Red+Green+Blue) = 110+117+75=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6E754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E754B is #918AB4. Grayscale: #6E6E6E. Windows color (decimal): -9538229 or 4945262. OLE color: 4945262.
HSL color Cylindrical-coordinate representation of color #6E754B: hue angle of 70º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E754B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 75 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.54 |
| HSL | 70º | 0.22% | 0.38% | - |
| HSV(B) | 70º | 0.36% | 0.46% | - |
| XYZ | 14.06 | 16.55 | 9.11 | - |
| YUV | 110.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 75 | 0.06 | 0 | 0.36 | 0.54 | 70 | 0.22 | 0.38 |
| Hex | 6E | 75 | 4B | 6 | 0 | 24 | 36 | 46 | 16 | 26 |
| Octal | 156 | 165 | 113 | 6 | 0 | 44 | 66 | 106 | 26 | 46 |
| Binary | 1101110 | 1110101 | 1001011 | 110 | 0 | 100100 | 110110 | 1000110 | 10110 | 100110 |
Color Harmonies of #6E754B
Complementary color
Monochromatic Colors of #6E754B
Black with #6E754B
Text Example
Text Example
White with #6E754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E754B; }
p { color: rgb(110,117,75); }
H1.HeaderClassName
{
color: #6E754B;
}
.AnyTagClassName
{
color: #6E754B;
}
</style>
background-color css
<style>
a { background-color: #6E754B; }
a { background-color: rgb(110,117,75); }
div.DivClassName
{
background-color: #6E754B;
}
.BgClassName
{
background-color: #6E754B;
}
</style>
border-color css
<style>
span { border-color: #6E754B; }
span { border-color: rgb(110,117,75); }
td.TdClassName
{
border-color: #6E754B;
}
.TagClassName
{
border-color: #6E754B;
}
</style>