Shades of Siam #6E7551
Tints of Siam #6E7551
RGB
CMYK
RGB Variations
Color information
#6E7551 (or 0x6E7551) is known color: Siam. HEX triplet: 6E, 75 and 51. RGB value is (110,117,81). Sum of RGB (Red+Green+Blue) = 110+117+81=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7551 is #918AAE. Grayscale: #6E6E6E. Windows color (decimal): -9538223 or 5338478. OLE color: 5338478.
HSL color Cylindrical-coordinate representation of color #6E7551: hue angle of 71.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E7551 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 81 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.54 |
| HSL | 71.67º | 0.18% | 0.39% | - |
| HSV(B) | 71.67º | 0.31% | 0.46% | - |
| XYZ | 14.28 | 16.63 | 10.24 | - |
| YUV | 110.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 81 | 0.06 | 0 | 0.31 | 0.54 | 71.67 | 0.18 | 0.39 |
| Hex | 6E | 75 | 51 | 6 | 0 | 1F | 36 | 48 | 12 | 27 |
| Octal | 156 | 165 | 121 | 6 | 0 | 37 | 66 | 110 | 22 | 47 |
| Binary | 1101110 | 1110101 | 1010001 | 110 | 0 | 11111 | 110110 | 1001000 | 10010 | 100111 |
Color Harmonies of #6E7551
Complementary color
Monochromatic Colors of #6E7551
Black with #6E7551
Text Example
Text Example
White with #6E7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7551; }
p { color: rgb(110,117,81); }
H1.HeaderClassName
{
color: #6E7551;
}
.AnyTagClassName
{
color: #6E7551;
}
</style>
background-color css
<style>
a { background-color: #6E7551; }
a { background-color: rgb(110,117,81); }
div.DivClassName
{
background-color: #6E7551;
}
.BgClassName
{
background-color: #6E7551;
}
</style>
border-color css
<style>
span { border-color: #6E7551; }
span { border-color: rgb(110,117,81); }
td.TdClassName
{
border-color: #6E7551;
}
.TagClassName
{
border-color: #6E7551;
}
</style>