Shades of Siam #6C7155
Tints of Siam #6C7155
RGB
CMYK
RGB Variations
Color information
#6C7155 (or 0x6C7155) is known color: Siam. HEX triplet: 6C, 71 and 55. RGB value is (108,113,85). Sum of RGB (Red+Green+Blue) = 108+113+85=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7155 is #938EAA. Grayscale: #6C6C6C. Windows color (decimal): -9670315 or 5599596. OLE color: 5599596.
HSL color Cylindrical-coordinate representation of color #6C7155: hue angle of 70.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7155 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 85 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.56 |
| HSL | 70.71º | 0.14% | 0.39% | - |
| HSV(B) | 70.71º | 0.25% | 0.44% | - |
| XYZ | 13.73 | 15.65 | 10.89 | - |
| YUV | 108.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 85 | 0.04 | 0 | 0.25 | 0.56 | 70.71 | 0.14 | 0.39 |
| Hex | 6C | 71 | 55 | 4 | 0 | 19 | 38 | 47 | E | 27 |
| Octal | 154 | 161 | 125 | 4 | 0 | 31 | 70 | 107 | 16 | 47 |
| Binary | 1101100 | 1110001 | 1010101 | 100 | 0 | 11001 | 111000 | 1000111 | 1110 | 100111 |
Color Harmonies of #6C7155
Complementary color
Monochromatic Colors of #6C7155
Black with #6C7155
Text Example
Text Example
White with #6C7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7155; }
p { color: rgb(108,113,85); }
H1.HeaderClassName
{
color: #6C7155;
}
.AnyTagClassName
{
color: #6C7155;
}
</style>
background-color css
<style>
a { background-color: #6C7155; }
a { background-color: rgb(108,113,85); }
div.DivClassName
{
background-color: #6C7155;
}
.BgClassName
{
background-color: #6C7155;
}
</style>
border-color css
<style>
span { border-color: #6C7155; }
span { border-color: rgb(108,113,85); }
td.TdClassName
{
border-color: #6C7155;
}
.TagClassName
{
border-color: #6C7155;
}
</style>