Shades of Siam #6E754F
Tints of Siam #6E754F
RGB
CMYK
RGB Variations
Color information
#6E754F (or 0x6E754F) is known color: Siam. HEX triplet: 6E, 75 and 4F. RGB value is (110,117,79). Sum of RGB (Red+Green+Blue) = 110+117+79=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #6E754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E754F is #918AB0. Grayscale: #6E6E6E. Windows color (decimal): -9538225 or 5207406. OLE color: 5207406.
HSL color Cylindrical-coordinate representation of color #6E754F: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E754F is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 79 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.54 |
| HSL | 71.05º | 0.19% | 0.38% | - |
| HSV(B) | 71.05º | 0.32% | 0.46% | - |
| XYZ | 14.2 | 16.6 | 9.85 | - |
| YUV | 110.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 79 | 0.06 | 0 | 0.32 | 0.54 | 71.05 | 0.19 | 0.38 |
| Hex | 6E | 75 | 4F | 6 | 0 | 20 | 36 | 47 | 13 | 26 |
| Octal | 156 | 165 | 117 | 6 | 0 | 40 | 66 | 107 | 23 | 46 |
| Binary | 1101110 | 1110101 | 1001111 | 110 | 0 | 100000 | 110110 | 1000111 | 10011 | 100110 |
Color Harmonies of #6E754F
Complementary color
Monochromatic Colors of #6E754F
Black with #6E754F
Text Example
Text Example
White with #6E754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E754F; }
p { color: rgb(110,117,79); }
H1.HeaderClassName
{
color: #6E754F;
}
.AnyTagClassName
{
color: #6E754F;
}
</style>
background-color css
<style>
a { background-color: #6E754F; }
a { background-color: rgb(110,117,79); }
div.DivClassName
{
background-color: #6E754F;
}
.BgClassName
{
background-color: #6E754F;
}
</style>
border-color css
<style>
span { border-color: #6E754F; }
span { border-color: rgb(110,117,79); }
td.TdClassName
{
border-color: #6E754F;
}
.TagClassName
{
border-color: #6E754F;
}
</style>