Shades of Siam #6D7552
Tints of Siam #6D7552
RGB
CMYK
RGB Variations
Color information
#6D7552 (or 0x6D7552) is known color: Siam. HEX triplet: 6D, 75 and 52. RGB value is (109,117,82). Sum of RGB (Red+Green+Blue) = 109+117+82=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7552 is #928AAD. Grayscale: #6E6E6E. Windows color (decimal): -9603758 or 5404013. OLE color: 5404013.
HSL color Cylindrical-coordinate representation of color #6D7552: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7552 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 82 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.54 |
| HSL | 73.71º | 0.18% | 0.39% | - |
| HSV(B) | 73.71º | 0.3% | 0.46% | - |
| XYZ | 14.19 | 16.58 | 10.44 | - |
| YUV | 110.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 82 | 0.07 | 0 | 0.30 | 0.54 | 73.71 | 0.18 | 0.39 |
| Hex | 6D | 75 | 52 | 7 | 0 | 1E | 36 | 4A | 12 | 27 |
| Octal | 155 | 165 | 122 | 7 | 0 | 36 | 66 | 112 | 22 | 47 |
| Binary | 1101101 | 1110101 | 1010010 | 111 | 0 | 11110 | 110110 | 1001010 | 10010 | 100111 |
Color Harmonies of #6D7552
Complementary color
Monochromatic Colors of #6D7552
Black with #6D7552
Text Example
Text Example
White with #6D7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7552; }
p { color: rgb(109,117,82); }
H1.HeaderClassName
{
color: #6D7552;
}
.AnyTagClassName
{
color: #6D7552;
}
</style>
background-color css
<style>
a { background-color: #6D7552; }
a { background-color: rgb(109,117,82); }
div.DivClassName
{
background-color: #6D7552;
}
.BgClassName
{
background-color: #6D7552;
}
</style>
border-color css
<style>
span { border-color: #6D7552; }
span { border-color: rgb(109,117,82); }
td.TdClassName
{
border-color: #6D7552;
}
.TagClassName
{
border-color: #6D7552;
}
</style>