Shades of Siam #6C7944
Tints of Siam #6C7944
RGB
CMYK
RGB Variations
Color information
#6C7944 (or 0x6C7944) is known color: Siam. HEX triplet: 6C, 79 and 44. RGB value is (108,121,68). Sum of RGB (Red+Green+Blue) = 108+121+68=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7944 is #9386BB. Grayscale: #6F6F6F. Windows color (decimal): -9668284 or 4487532. OLE color: 4487532.
HSL color Cylindrical-coordinate representation of color #6C7944: hue angle of 74.72º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C7944 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 68 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.53 |
| HSL | 74.72º | 0.28% | 0.37% | - |
| HSV(B) | 74.72º | 0.44% | 0.47% | - |
| XYZ | 14.07 | 17.28 | 8.06 | - |
| YUV | 111.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 68 | 0.11 | 0 | 0.44 | 0.53 | 74.72 | 0.28 | 0.37 |
| Hex | 6C | 79 | 44 | B | 0 | 2C | 35 | 4B | 1C | 25 |
| Octal | 154 | 171 | 104 | 13 | 0 | 54 | 65 | 113 | 34 | 45 |
| Binary | 1101100 | 1111001 | 1000100 | 1011 | 0 | 101100 | 110101 | 1001011 | 11100 | 100101 |
Color Harmonies of #6C7944
Complementary color
Monochromatic Colors of #6C7944
Black with #6C7944
Text Example
Text Example
White with #6C7944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7944; }
p { color: rgb(108,121,68); }
H1.HeaderClassName
{
color: #6C7944;
}
.AnyTagClassName
{
color: #6C7944;
}
</style>
background-color css
<style>
a { background-color: #6C7944; }
a { background-color: rgb(108,121,68); }
div.DivClassName
{
background-color: #6C7944;
}
.BgClassName
{
background-color: #6C7944;
}
</style>
border-color css
<style>
span { border-color: #6C7944; }
span { border-color: rgb(108,121,68); }
td.TdClassName
{
border-color: #6C7944;
}
.TagClassName
{
border-color: #6C7944;
}
</style>