Shades of Siam #6D7152
Tints of Siam #6D7152
RGB
CMYK
RGB Variations
Color information
#6D7152 (or 0x6D7152) is known color: Siam. HEX triplet: 6D, 71 and 52. RGB value is (109,113,82). Sum of RGB (Red+Green+Blue) = 109+113+82=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7152 is #928EAD. Grayscale: #6C6C6C. Windows color (decimal): -9604782 or 5402989. OLE color: 5402989.
HSL color Cylindrical-coordinate representation of color #6D7152: hue angle of 67.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D7152 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 82 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.56 |
| HSL | 67.74º | 0.16% | 0.38% | - |
| HSV(B) | 67.74º | 0.27% | 0.44% | - |
| XYZ | 13.73 | 15.67 | 10.28 | - |
| YUV | 108.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 82 | 0.04 | 0 | 0.27 | 0.56 | 67.74 | 0.16 | 0.38 |
| Hex | 6D | 71 | 52 | 4 | 0 | 1B | 38 | 44 | 10 | 26 |
| Octal | 155 | 161 | 122 | 4 | 0 | 33 | 70 | 104 | 20 | 46 |
| Binary | 1101101 | 1110001 | 1010010 | 100 | 0 | 11011 | 111000 | 1000100 | 10000 | 100110 |
Color Harmonies of #6D7152
Complementary color
Monochromatic Colors of #6D7152
Black with #6D7152
Text Example
Text Example
White with #6D7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7152; }
p { color: rgb(109,113,82); }
H1.HeaderClassName
{
color: #6D7152;
}
.AnyTagClassName
{
color: #6D7152;
}
</style>
background-color css
<style>
a { background-color: #6D7152; }
a { background-color: rgb(109,113,82); }
div.DivClassName
{
background-color: #6D7152;
}
.BgClassName
{
background-color: #6D7152;
}
</style>
border-color css
<style>
span { border-color: #6D7152; }
span { border-color: rgb(109,113,82); }
td.TdClassName
{
border-color: #6D7152;
}
.TagClassName
{
border-color: #6D7152;
}
</style>