Shades of Siam #6E6F54
Tints of Siam #6E6F54
RGB
CMYK
RGB Variations
Color information
#6E6F54 (or 0x6E6F54) is known color: Siam. HEX triplet: 6E, 6F and 54. RGB value is (110,111,84). Sum of RGB (Red+Green+Blue) = 110+111+84=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F54 is #9190AB. Grayscale: #6B6B6B. Windows color (decimal): -9539756 or 5533550. OLE color: 5533550.
HSL color Cylindrical-coordinate representation of color #6E6F54: hue angle of 62.22º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6F54 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 84 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.56 |
| HSL | 62.22º | 0.14% | 0.38% | - |
| HSV(B) | 62.22º | 0.24% | 0.44% | - |
| XYZ | 13.72 | 15.32 | 10.62 | - |
| YUV | 107.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 84 | 0.01 | 0 | 0.24 | 0.56 | 62.22 | 0.14 | 0.38 |
| Hex | 6E | 6F | 54 | 1 | 0 | 18 | 38 | 3E | E | 26 |
| Octal | 156 | 157 | 124 | 1 | 0 | 30 | 70 | 76 | 16 | 46 |
| Binary | 1101110 | 1101111 | 1010100 | 1 | 0 | 11000 | 111000 | 111110 | 1110 | 100110 |
Color Harmonies of #6E6F54
Complementary color
Monochromatic Colors of #6E6F54
Black with #6E6F54
Text Example
Text Example
White with #6E6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F54; }
p { color: rgb(110,111,84); }
H1.HeaderClassName
{
color: #6E6F54;
}
.AnyTagClassName
{
color: #6E6F54;
}
</style>
background-color css
<style>
a { background-color: #6E6F54; }
a { background-color: rgb(110,111,84); }
div.DivClassName
{
background-color: #6E6F54;
}
.BgClassName
{
background-color: #6E6F54;
}
</style>
border-color css
<style>
span { border-color: #6E6F54; }
span { border-color: rgb(110,111,84); }
td.TdClassName
{
border-color: #6E6F54;
}
.TagClassName
{
border-color: #6E6F54;
}
</style>