Shades of Siam #6C7652
Tints of Siam #6C7652
RGB
CMYK
RGB Variations
Color information
#6C7652 (or 0x6C7652) is known color: Siam. HEX triplet: 6C, 76 and 52. RGB value is (108,118,82). Sum of RGB (Red+Green+Blue) = 108+118+82=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7652 is #9389AD. Grayscale: #6F6F6F. Windows color (decimal): -9669038 or 5404268. OLE color: 5404268.
HSL color Cylindrical-coordinate representation of color #6C7652: hue angle of 76.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C7652 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 82 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.54 |
| HSL | 76.67º | 0.18% | 0.39% | - |
| HSV(B) | 76.67º | 0.31% | 0.46% | - |
| XYZ | 14.19 | 16.75 | 10.47 | - |
| YUV | 110.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 82 | 0.08 | 0 | 0.31 | 0.54 | 76.67 | 0.18 | 0.39 |
| Hex | 6C | 76 | 52 | 8 | 0 | 1F | 36 | 4D | 12 | 27 |
| Octal | 154 | 166 | 122 | 10 | 0 | 37 | 66 | 115 | 22 | 47 |
| Binary | 1101100 | 1110110 | 1010010 | 1000 | 0 | 11111 | 110110 | 1001101 | 10010 | 100111 |
Color Harmonies of #6C7652
Complementary color
Monochromatic Colors of #6C7652
Black with #6C7652
Text Example
Text Example
White with #6C7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7652; }
p { color: rgb(108,118,82); }
H1.HeaderClassName
{
color: #6C7652;
}
.AnyTagClassName
{
color: #6C7652;
}
</style>
background-color css
<style>
a { background-color: #6C7652; }
a { background-color: rgb(108,118,82); }
div.DivClassName
{
background-color: #6C7652;
}
.BgClassName
{
background-color: #6C7652;
}
</style>
border-color css
<style>
span { border-color: #6C7652; }
span { border-color: rgb(108,118,82); }
td.TdClassName
{
border-color: #6C7652;
}
.TagClassName
{
border-color: #6C7652;
}
</style>