Shades of Siam #6C704E
Tints of Siam #6C704E
RGB
CMYK
RGB Variations
Color information
#6C704E (or 0x6C704E) is known color: Siam. HEX triplet: 6C, 70 and 4E. RGB value is (108,112,78). Sum of RGB (Red+Green+Blue) = 108+112+78=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #6C704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C704E is #938FB1. Grayscale: #6B6B6B. Windows color (decimal): -9670578 or 5140588. OLE color: 5140588.
HSL color Cylindrical-coordinate representation of color #6C704E: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C704E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 78 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.56 |
| HSL | 67.06º | 0.18% | 0.37% | - |
| HSV(B) | 67.06º | 0.3% | 0.44% | - |
| XYZ | 13.35 | 15.33 | 9.46 | - |
| YUV | 106.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 78 | 0.04 | 0 | 0.30 | 0.56 | 67.06 | 0.18 | 0.37 |
| Hex | 6C | 70 | 4E | 4 | 0 | 1E | 38 | 43 | 12 | 25 |
| Octal | 154 | 160 | 116 | 4 | 0 | 36 | 70 | 103 | 22 | 45 |
| Binary | 1101100 | 1110000 | 1001110 | 100 | 0 | 11110 | 111000 | 1000011 | 10010 | 100101 |
Color Harmonies of #6C704E
Complementary color
Monochromatic Colors of #6C704E
Black with #6C704E
Text Example
Text Example
White with #6C704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C704E; }
p { color: rgb(108,112,78); }
H1.HeaderClassName
{
color: #6C704E;
}
.AnyTagClassName
{
color: #6C704E;
}
</style>
background-color css
<style>
a { background-color: #6C704E; }
a { background-color: rgb(108,112,78); }
div.DivClassName
{
background-color: #6C704E;
}
.BgClassName
{
background-color: #6C704E;
}
</style>
border-color css
<style>
span { border-color: #6C704E; }
span { border-color: rgb(108,112,78); }
td.TdClassName
{
border-color: #6C704E;
}
.TagClassName
{
border-color: #6C704E;
}
</style>