Shades of Siam #6C6D4F
Tints of Siam #6C6D4F
RGB
CMYK
RGB Variations
Color information
#6C6D4F (or 0x6C6D4F) is known color: Siam. HEX triplet: 6C, 6D and 4F. RGB value is (108,109,79). Sum of RGB (Red+Green+Blue) = 108+109+79=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D4F is #9392B0. Grayscale: #696969. Windows color (decimal): -9671345 or 5205356. OLE color: 5205356.
HSL color Cylindrical-coordinate representation of color #6C6D4F: hue angle of 62º degrees, saturation: 0.16, 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 #6C6D4F is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 79 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.57 |
| HSL | 62º | 0.16% | 0.37% | - |
| HSV(B) | 62º | 0.28% | 0.43% | - |
| XYZ | 13.06 | 14.69 | 9.54 | - |
| YUV | 105.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 79 | 0.01 | 0 | 0.28 | 0.57 | 62 | 0.16 | 0.37 |
| Hex | 6C | 6D | 4F | 1 | 0 | 1C | 39 | 3E | 10 | 25 |
| Octal | 154 | 155 | 117 | 1 | 0 | 34 | 71 | 76 | 20 | 45 |
| Binary | 1101100 | 1101101 | 1001111 | 1 | 0 | 11100 | 111001 | 111110 | 10000 | 100101 |
Color Harmonies of #6C6D4F
Complementary color
Monochromatic Colors of #6C6D4F
Black with #6C6D4F
Text Example
Text Example
White with #6C6D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D4F; }
p { color: rgb(108,109,79); }
H1.HeaderClassName
{
color: #6C6D4F;
}
.AnyTagClassName
{
color: #6C6D4F;
}
</style>
background-color css
<style>
a { background-color: #6C6D4F; }
a { background-color: rgb(108,109,79); }
div.DivClassName
{
background-color: #6C6D4F;
}
.BgClassName
{
background-color: #6C6D4F;
}
</style>
border-color css
<style>
span { border-color: #6C6D4F; }
span { border-color: rgb(108,109,79); }
td.TdClassName
{
border-color: #6C6D4F;
}
.TagClassName
{
border-color: #6C6D4F;
}
</style>