Shades of Siam #6D7451
Tints of Siam #6D7451
RGB
CMYK
RGB Variations
Color information
#6D7451 (or 0x6D7451) is known color: Siam. HEX triplet: 6D, 74 and 51. RGB value is (109,116,81). Sum of RGB (Red+Green+Blue) = 109+116+81=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7451 is #928BAE. Grayscale: #6E6E6E. Windows color (decimal): -9604015 or 5338221. OLE color: 5338221.
HSL color Cylindrical-coordinate representation of color #6D7451: hue angle of 72º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7451 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 81 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.55 |
| HSL | 72º | 0.18% | 0.39% | - |
| HSV(B) | 72º | 0.3% | 0.45% | - |
| XYZ | 14.04 | 16.34 | 10.2 | - |
| YUV | 109.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 81 | 0.06 | 0 | 0.30 | 0.55 | 72 | 0.18 | 0.39 |
| Hex | 6D | 74 | 51 | 6 | 0 | 1E | 37 | 48 | 12 | 27 |
| Octal | 155 | 164 | 121 | 6 | 0 | 36 | 67 | 110 | 22 | 47 |
| Binary | 1101101 | 1110100 | 1010001 | 110 | 0 | 11110 | 110111 | 1001000 | 10010 | 100111 |
Color Harmonies of #6D7451
Complementary color
Monochromatic Colors of #6D7451
Black with #6D7451
Text Example
Text Example
White with #6D7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7451; }
p { color: rgb(109,116,81); }
H1.HeaderClassName
{
color: #6D7451;
}
.AnyTagClassName
{
color: #6D7451;
}
</style>
background-color css
<style>
a { background-color: #6D7451; }
a { background-color: rgb(109,116,81); }
div.DivClassName
{
background-color: #6D7451;
}
.BgClassName
{
background-color: #6D7451;
}
</style>
border-color css
<style>
span { border-color: #6D7451; }
span { border-color: rgb(109,116,81); }
td.TdClassName
{
border-color: #6D7451;
}
.TagClassName
{
border-color: #6D7451;
}
</style>