Shades of Siam #6D7052
Tints of Siam #6D7052
RGB
CMYK
RGB Variations
Color information
#6D7052 (or 0x6D7052) is known color: Siam. HEX triplet: 6D, 70 and 52. RGB value is (109,112,82). Sum of RGB (Red+Green+Blue) = 109+112+82=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7052 is #928FAD. Grayscale: #6B6B6B. Windows color (decimal): -9605038 or 5402733. OLE color: 5402733.
HSL color Cylindrical-coordinate representation of color #6D7052: hue angle of 66º degrees, saturation: 0.15, 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 #6D7052 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 82 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.56 |
| HSL | 66º | 0.15% | 0.38% | - |
| HSV(B) | 66º | 0.27% | 0.44% | - |
| XYZ | 13.62 | 15.45 | 10.25 | - |
| YUV | 107.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 82 | 0.03 | 0 | 0.27 | 0.56 | 66 | 0.15 | 0.38 |
| Hex | 6D | 70 | 52 | 3 | 0 | 1B | 38 | 42 | F | 26 |
| Octal | 155 | 160 | 122 | 3 | 0 | 33 | 70 | 102 | 17 | 46 |
| Binary | 1101101 | 1110000 | 1010010 | 11 | 0 | 11011 | 111000 | 1000010 | 1111 | 100110 |
Color Harmonies of #6D7052
Complementary color
Monochromatic Colors of #6D7052
Black with #6D7052
Text Example
Text Example
White with #6D7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7052; }
p { color: rgb(109,112,82); }
H1.HeaderClassName
{
color: #6D7052;
}
.AnyTagClassName
{
color: #6D7052;
}
</style>
background-color css
<style>
a { background-color: #6D7052; }
a { background-color: rgb(109,112,82); }
div.DivClassName
{
background-color: #6D7052;
}
.BgClassName
{
background-color: #6D7052;
}
</style>
border-color css
<style>
span { border-color: #6D7052; }
span { border-color: rgb(109,112,82); }
td.TdClassName
{
border-color: #6D7052;
}
.TagClassName
{
border-color: #6D7052;
}
</style>