Shades of Siam #6D7848
Tints of Siam #6D7848
RGB
CMYK
RGB Variations
Color information
#6D7848 (or 0x6D7848) is known color: Siam. HEX triplet: 6D, 78 and 48. RGB value is (109,120,72). Sum of RGB (Red+Green+Blue) = 109+120+72=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7848 is #9287B7. Grayscale: #6F6F6F. Windows color (decimal): -9603000 or 4749421. OLE color: 4749421.
HSL color Cylindrical-coordinate representation of color #6D7848: hue angle of 73.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D7848 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 72 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.53 |
| HSL | 73.75º | 0.25% | 0.38% | - |
| HSV(B) | 73.75º | 0.4% | 0.47% | - |
| XYZ | 14.19 | 17.15 | 8.69 | - |
| YUV | 111.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 72 | 0.09 | 0 | 0.40 | 0.53 | 73.75 | 0.25 | 0.38 |
| Hex | 6D | 78 | 48 | 9 | 0 | 28 | 35 | 4A | 19 | 26 |
| Octal | 155 | 170 | 110 | 11 | 0 | 50 | 65 | 112 | 31 | 46 |
| Binary | 1101101 | 1111000 | 1001000 | 1001 | 0 | 101000 | 110101 | 1001010 | 11001 | 100110 |
Color Harmonies of #6D7848
Complementary color
Monochromatic Colors of #6D7848
Black with #6D7848
Text Example
Text Example
White with #6D7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7848; }
p { color: rgb(109,120,72); }
H1.HeaderClassName
{
color: #6D7848;
}
.AnyTagClassName
{
color: #6D7848;
}
</style>
background-color css
<style>
a { background-color: #6D7848; }
a { background-color: rgb(109,120,72); }
div.DivClassName
{
background-color: #6D7848;
}
.BgClassName
{
background-color: #6D7848;
}
</style>
border-color css
<style>
span { border-color: #6D7848; }
span { border-color: rgb(109,120,72); }
td.TdClassName
{
border-color: #6D7848;
}
.TagClassName
{
border-color: #6D7848;
}
</style>