Shades of Siam #6C7053
Tints of Siam #6C7053
RGB
CMYK
RGB Variations
Color information
#6C7053 (or 0x6C7053) is known color: Siam. HEX triplet: 6C, 70 and 53. RGB value is (108,112,83). Sum of RGB (Red+Green+Blue) = 108+112+83=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7053 is #938FAC. Grayscale: #6B6B6B. Windows color (decimal): -9670573 or 5468268. OLE color: 5468268.
HSL color Cylindrical-coordinate representation of color #6C7053: hue angle of 68.28º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C7053 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 83 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.56 |
| HSL | 68.28º | 0.15% | 0.38% | - |
| HSV(B) | 68.28º | 0.26% | 0.44% | - |
| XYZ | 13.54 | 15.4 | 10.44 | - |
| YUV | 107.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 83 | 0.04 | 0 | 0.26 | 0.56 | 68.28 | 0.15 | 0.38 |
| Hex | 6C | 70 | 53 | 4 | 0 | 1A | 38 | 44 | F | 26 |
| Octal | 154 | 160 | 123 | 4 | 0 | 32 | 70 | 104 | 17 | 46 |
| Binary | 1101100 | 1110000 | 1010011 | 100 | 0 | 11010 | 111000 | 1000100 | 1111 | 100110 |
Color Harmonies of #6C7053
Complementary color
Monochromatic Colors of #6C7053
Black with #6C7053
Text Example
Text Example
White with #6C7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7053; }
p { color: rgb(108,112,83); }
H1.HeaderClassName
{
color: #6C7053;
}
.AnyTagClassName
{
color: #6C7053;
}
</style>
background-color css
<style>
a { background-color: #6C7053; }
a { background-color: rgb(108,112,83); }
div.DivClassName
{
background-color: #6C7053;
}
.BgClassName
{
background-color: #6C7053;
}
</style>
border-color css
<style>
span { border-color: #6C7053; }
span { border-color: rgb(108,112,83); }
td.TdClassName
{
border-color: #6C7053;
}
.TagClassName
{
border-color: #6C7053;
}
</style>