Shades of Siam #6D7151
Tints of Siam #6D7151
RGB
CMYK
RGB Variations
Color information
#6D7151 (or 0x6D7151) is known color: Siam. HEX triplet: 6D, 71 and 51. RGB value is (109,113,81). Sum of RGB (Red+Green+Blue) = 109+113+81=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7151 is #928EAE. Grayscale: #6C6C6C. Windows color (decimal): -9604783 or 5337453. OLE color: 5337453.
HSL color Cylindrical-coordinate representation of color #6D7151: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D7151 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 81 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.56 |
| HSL | 67.5º | 0.16% | 0.38% | - |
| HSV(B) | 67.5º | 0.28% | 0.44% | - |
| XYZ | 13.7 | 15.66 | 10.08 | - |
| YUV | 108.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 81 | 0.04 | 0 | 0.28 | 0.56 | 67.5 | 0.16 | 0.38 |
| Hex | 6D | 71 | 51 | 4 | 0 | 1C | 38 | 44 | 10 | 26 |
| Octal | 155 | 161 | 121 | 4 | 0 | 34 | 70 | 104 | 20 | 46 |
| Binary | 1101101 | 1110001 | 1010001 | 100 | 0 | 11100 | 111000 | 1000100 | 10000 | 100110 |
Color Harmonies of #6D7151
Complementary color
Monochromatic Colors of #6D7151
Black with #6D7151
Text Example
Text Example
White with #6D7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7151; }
p { color: rgb(109,113,81); }
H1.HeaderClassName
{
color: #6D7151;
}
.AnyTagClassName
{
color: #6D7151;
}
</style>
background-color css
<style>
a { background-color: #6D7151; }
a { background-color: rgb(109,113,81); }
div.DivClassName
{
background-color: #6D7151;
}
.BgClassName
{
background-color: #6D7151;
}
</style>
border-color css
<style>
span { border-color: #6D7151; }
span { border-color: rgb(109,113,81); }
td.TdClassName
{
border-color: #6D7151;
}
.TagClassName
{
border-color: #6D7151;
}
</style>