Shades of Siam #6C7157
Tints of Siam #6C7157
RGB
CMYK
RGB Variations
Color information
#6C7157 (or 0x6C7157) is known color: Siam. HEX triplet: 6C, 71 and 57. RGB value is (108,113,87). Sum of RGB (Red+Green+Blue) = 108+113+87=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7157 is #938EA8. Grayscale: #6C6C6C. Windows color (decimal): -9670313 or 5730668. OLE color: 5730668.
HSL color Cylindrical-coordinate representation of color #6C7157: hue angle of 71.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C7157 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 87 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.56 |
| HSL | 71.54º | 0.13% | 0.39% | - |
| HSV(B) | 71.54º | 0.23% | 0.44% | - |
| XYZ | 13.81 | 15.69 | 11.32 | - |
| YUV | 108.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 87 | 0.04 | 0 | 0.23 | 0.56 | 71.54 | 0.13 | 0.39 |
| Hex | 6C | 71 | 57 | 4 | 0 | 17 | 38 | 48 | D | 27 |
| Octal | 154 | 161 | 127 | 4 | 0 | 27 | 70 | 110 | 15 | 47 |
| Binary | 1101100 | 1110001 | 1010111 | 100 | 0 | 10111 | 111000 | 1001000 | 1101 | 100111 |
Color Harmonies of #6C7157
Complementary color
Monochromatic Colors of #6C7157
Black with #6C7157
Text Example
Text Example
White with #6C7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7157; }
p { color: rgb(108,113,87); }
H1.HeaderClassName
{
color: #6C7157;
}
.AnyTagClassName
{
color: #6C7157;
}
</style>
background-color css
<style>
a { background-color: #6C7157; }
a { background-color: rgb(108,113,87); }
div.DivClassName
{
background-color: #6C7157;
}
.BgClassName
{
background-color: #6C7157;
}
</style>
border-color css
<style>
span { border-color: #6C7157; }
span { border-color: rgb(108,113,87); }
td.TdClassName
{
border-color: #6C7157;
}
.TagClassName
{
border-color: #6C7157;
}
</style>