Shades of Siam #6C7357
Tints of Siam #6C7357
RGB
CMYK
RGB Variations
Color information
#6C7357 (or 0x6C7357) is known color: Siam. HEX triplet: 6C, 73 and 57. RGB value is (108,115,87). Sum of RGB (Red+Green+Blue) = 108+115+87=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7357 is #938CA8. Grayscale: #6D6D6D. Windows color (decimal): -9669801 or 5731180. OLE color: 5731180.
HSL color Cylindrical-coordinate representation of color #6C7357: hue angle of 75º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C7357 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 87 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.55 |
| HSL | 75º | 0.14% | 0.4% | - |
| HSV(B) | 75º | 0.24% | 0.45% | - |
| XYZ | 14.04 | 16.14 | 11.39 | - |
| YUV | 109.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 87 | 0.06 | 0 | 0.24 | 0.55 | 75 | 0.14 | 0.4 |
| Hex | 6C | 73 | 57 | 6 | 0 | 18 | 37 | 4B | E | 28 |
| Octal | 154 | 163 | 127 | 6 | 0 | 30 | 67 | 113 | 16 | 50 |
| Binary | 1101100 | 1110011 | 1010111 | 110 | 0 | 11000 | 110111 | 1001011 | 1110 | 101000 |
Color Harmonies of #6C7357
Complementary color
Monochromatic Colors of #6C7357
Black with #6C7357
Text Example
Text Example
White with #6C7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7357; }
p { color: rgb(108,115,87); }
H1.HeaderClassName
{
color: #6C7357;
}
.AnyTagClassName
{
color: #6C7357;
}
</style>
background-color css
<style>
a { background-color: #6C7357; }
a { background-color: rgb(108,115,87); }
div.DivClassName
{
background-color: #6C7357;
}
.BgClassName
{
background-color: #6C7357;
}
</style>
border-color css
<style>
span { border-color: #6C7357; }
span { border-color: rgb(108,115,87); }
td.TdClassName
{
border-color: #6C7357;
}
.TagClassName
{
border-color: #6C7357;
}
</style>