Shades of Siam #6D714F
Tints of Siam #6D714F
RGB
CMYK
RGB Variations
Color information
#6D714F (or 0x6D714F) is known color: Siam. HEX triplet: 6D, 71 and 4F. RGB value is (109,113,79). Sum of RGB (Red+Green+Blue) = 109+113+79=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #6D714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D714F is #928EB0. Grayscale: #6C6C6C. Windows color (decimal): -9604785 or 5206381. OLE color: 5206381.
HSL color Cylindrical-coordinate representation of color #6D714F: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D714F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 79 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.56 |
| HSL | 67.06º | 0.18% | 0.38% | - |
| HSV(B) | 67.06º | 0.3% | 0.44% | - |
| XYZ | 13.62 | 15.63 | 9.7 | - |
| YUV | 107.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 79 | 0.04 | 0 | 0.30 | 0.56 | 67.06 | 0.18 | 0.38 |
| Hex | 6D | 71 | 4F | 4 | 0 | 1E | 38 | 43 | 12 | 26 |
| Octal | 155 | 161 | 117 | 4 | 0 | 36 | 70 | 103 | 22 | 46 |
| Binary | 1101101 | 1110001 | 1001111 | 100 | 0 | 11110 | 111000 | 1000011 | 10010 | 100110 |
Color Harmonies of #6D714F
Complementary color
Monochromatic Colors of #6D714F
Black with #6D714F
Text Example
Text Example
White with #6D714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D714F; }
p { color: rgb(109,113,79); }
H1.HeaderClassName
{
color: #6D714F;
}
.AnyTagClassName
{
color: #6D714F;
}
</style>
background-color css
<style>
a { background-color: #6D714F; }
a { background-color: rgb(109,113,79); }
div.DivClassName
{
background-color: #6D714F;
}
.BgClassName
{
background-color: #6D714F;
}
</style>
border-color css
<style>
span { border-color: #6D714F; }
span { border-color: rgb(109,113,79); }
td.TdClassName
{
border-color: #6D714F;
}
.TagClassName
{
border-color: #6D714F;
}
</style>