Shades of Siam #6C6D4E
Tints of Siam #6C6D4E
RGB
CMYK
RGB Variations
Color information
#6C6D4E (or 0x6C6D4E) is known color: Siam. HEX triplet: 6C, 6D and 4E. RGB value is (108,109,78). Sum of RGB (Red+Green+Blue) = 108+109+78=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D4E is #9392B1. Grayscale: #696969. Windows color (decimal): -9671346 or 5139820. OLE color: 5139820.
HSL color Cylindrical-coordinate representation of color #6C6D4E: hue angle of 61.94º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C6D4E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 78 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.57 |
| HSL | 61.94º | 0.17% | 0.37% | - |
| HSV(B) | 61.94º | 0.28% | 0.43% | - |
| XYZ | 13.03 | 14.68 | 9.35 | - |
| YUV | 105.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 78 | 0.01 | 0 | 0.28 | 0.57 | 61.94 | 0.17 | 0.37 |
| Hex | 6C | 6D | 4E | 1 | 0 | 1C | 39 | 3E | 11 | 25 |
| Octal | 154 | 155 | 116 | 1 | 0 | 34 | 71 | 76 | 21 | 45 |
| Binary | 1101100 | 1101101 | 1001110 | 1 | 0 | 11100 | 111001 | 111110 | 10001 | 100101 |
Color Harmonies of #6C6D4E
Complementary color
Monochromatic Colors of #6C6D4E
Black with #6C6D4E
Text Example
Text Example
White with #6C6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D4E; }
p { color: rgb(108,109,78); }
H1.HeaderClassName
{
color: #6C6D4E;
}
.AnyTagClassName
{
color: #6C6D4E;
}
</style>
background-color css
<style>
a { background-color: #6C6D4E; }
a { background-color: rgb(108,109,78); }
div.DivClassName
{
background-color: #6C6D4E;
}
.BgClassName
{
background-color: #6C6D4E;
}
</style>
border-color css
<style>
span { border-color: #6C6D4E; }
span { border-color: rgb(108,109,78); }
td.TdClassName
{
border-color: #6C6D4E;
}
.TagClassName
{
border-color: #6C6D4E;
}
</style>