Shades of Siam #6C7849
Tints of Siam #6C7849
RGB
CMYK
RGB Variations
Color information
#6C7849 (or 0x6C7849) is known color: Siam. HEX triplet: 6C, 78 and 49. RGB value is (108,120,73). Sum of RGB (Red+Green+Blue) = 108+120+73=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7849 is #9387B6. Grayscale: #6F6F6F. Windows color (decimal): -9668535 or 4814956. OLE color: 4814956.
HSL color Cylindrical-coordinate representation of color #6C7849: hue angle of 75.32º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C7849 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 73 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.53 |
| HSL | 75.32º | 0.24% | 0.38% | - |
| HSV(B) | 75.32º | 0.39% | 0.47% | - |
| XYZ | 14.1 | 17.1 | 8.86 | - |
| YUV | 111.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 73 | 0.10 | 0 | 0.39 | 0.53 | 75.32 | 0.24 | 0.38 |
| Hex | 6C | 78 | 49 | A | 0 | 27 | 35 | 4B | 18 | 26 |
| Octal | 154 | 170 | 111 | 12 | 0 | 47 | 65 | 113 | 30 | 46 |
| Binary | 1101100 | 1111000 | 1001001 | 1010 | 0 | 100111 | 110101 | 1001011 | 11000 | 100110 |
Color Harmonies of #6C7849
Complementary color
Monochromatic Colors of #6C7849
Black with #6C7849
Text Example
Text Example
White with #6C7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7849; }
p { color: rgb(108,120,73); }
H1.HeaderClassName
{
color: #6C7849;
}
.AnyTagClassName
{
color: #6C7849;
}
</style>
background-color css
<style>
a { background-color: #6C7849; }
a { background-color: rgb(108,120,73); }
div.DivClassName
{
background-color: #6C7849;
}
.BgClassName
{
background-color: #6C7849;
}
</style>
border-color css
<style>
span { border-color: #6C7849; }
span { border-color: rgb(108,120,73); }
td.TdClassName
{
border-color: #6C7849;
}
.TagClassName
{
border-color: #6C7849;
}
</style>