Shades of Siam #6C7845
Tints of Siam #6C7845
RGB
CMYK
RGB Variations
Color information
#6C7845 (or 0x6C7845) is known color: Siam. HEX triplet: 6C, 78 and 45. RGB value is (108,120,69). Sum of RGB (Red+Green+Blue) = 108+120+69=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7845 is #9387BA. Grayscale: #6E6E6E. Windows color (decimal): -9668539 or 4552812. OLE color: 4552812.
HSL color Cylindrical-coordinate representation of color #6C7845: hue angle of 74.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7845 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 69 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.53 |
| HSL | 74.12º | 0.27% | 0.37% | - |
| HSV(B) | 74.12º | 0.43% | 0.47% | - |
| XYZ | 13.97 | 17.05 | 8.18 | - |
| YUV | 110.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 69 | 0.10 | 0 | 0.42 | 0.53 | 74.12 | 0.27 | 0.37 |
| Hex | 6C | 78 | 45 | A | 0 | 2A | 35 | 4A | 1B | 25 |
| Octal | 154 | 170 | 105 | 12 | 0 | 52 | 65 | 112 | 33 | 45 |
| Binary | 1101100 | 1111000 | 1000101 | 1010 | 0 | 101010 | 110101 | 1001010 | 11011 | 100101 |
Color Harmonies of #6C7845
Complementary color
Monochromatic Colors of #6C7845
Black with #6C7845
Text Example
Text Example
White with #6C7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7845; }
p { color: rgb(108,120,69); }
H1.HeaderClassName
{
color: #6C7845;
}
.AnyTagClassName
{
color: #6C7845;
}
</style>
background-color css
<style>
a { background-color: #6C7845; }
a { background-color: rgb(108,120,69); }
div.DivClassName
{
background-color: #6C7845;
}
.BgClassName
{
background-color: #6C7845;
}
</style>
border-color css
<style>
span { border-color: #6C7845; }
span { border-color: rgb(108,120,69); }
td.TdClassName
{
border-color: #6C7845;
}
.TagClassName
{
border-color: #6C7845;
}
</style>