Shades of Siam #6C7B45
Tints of Siam #6C7B45
RGB
CMYK
RGB Variations
Color information
#6C7B45 (or 0x6C7B45) is known color: Siam. HEX triplet: 6C, 7B and 45. RGB value is (108,123,69). Sum of RGB (Red+Green+Blue) = 108+123+69=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7B45 is #9384BA. Grayscale: #707070. Windows color (decimal): -9667771 or 4553580. OLE color: 4553580.
HSL color Cylindrical-coordinate representation of color #6C7B45: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C7B45 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 123 | 69 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.52 |
| HSL | 76.67º | 0.28% | 0.38% | - |
| HSV(B) | 76.67º | 0.44% | 0.48% | - |
| XYZ | 14.34 | 17.78 | 8.31 | - |
| YUV | 112.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 69 | 0.12 | 0 | 0.44 | 0.52 | 76.67 | 0.28 | 0.38 |
| Hex | 6C | 7B | 45 | C | 0 | 2C | 34 | 4D | 1C | 26 |
| Octal | 154 | 173 | 105 | 14 | 0 | 54 | 64 | 115 | 34 | 46 |
| Binary | 1101100 | 1111011 | 1000101 | 1100 | 0 | 101100 | 110100 | 1001101 | 11100 | 100110 |
Color Harmonies of #6C7B45
Complementary color
Monochromatic Colors of #6C7B45
Black with #6C7B45
Text Example
Text Example
White with #6C7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B45; }
p { color: rgb(108,123,69); }
H1.HeaderClassName
{
color: #6C7B45;
}
.AnyTagClassName
{
color: #6C7B45;
}
</style>
background-color css
<style>
a { background-color: #6C7B45; }
a { background-color: rgb(108,123,69); }
div.DivClassName
{
background-color: #6C7B45;
}
.BgClassName
{
background-color: #6C7B45;
}
</style>
border-color css
<style>
span { border-color: #6C7B45; }
span { border-color: rgb(108,123,69); }
td.TdClassName
{
border-color: #6C7B45;
}
.TagClassName
{
border-color: #6C7B45;
}
</style>