Shades of Siam #6C7145
Tints of Siam #6C7145
RGB
CMYK
RGB Variations
Color information
#6C7145 (or 0x6C7145) is known color: Siam. HEX triplet: 6C, 71 and 45. RGB value is (108,113,69). Sum of RGB (Red+Green+Blue) = 108+113+69=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7145 is #938EBA. Grayscale: #6A6A6A. Windows color (decimal): -9670331 or 4551020. OLE color: 4551020.
HSL color Cylindrical-coordinate representation of color #6C7145: hue angle of 66.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C7145 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 69 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.56 |
| HSL | 66.82º | 0.24% | 0.36% | - |
| HSV(B) | 66.82º | 0.39% | 0.44% | - |
| XYZ | 13.16 | 15.43 | 7.91 | - |
| YUV | 106.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 69 | 0.04 | 0 | 0.39 | 0.56 | 66.82 | 0.24 | 0.36 |
| Hex | 6C | 71 | 45 | 4 | 0 | 27 | 38 | 43 | 18 | 24 |
| Octal | 154 | 161 | 105 | 4 | 0 | 47 | 70 | 103 | 30 | 44 |
| Binary | 1101100 | 1110001 | 1000101 | 100 | 0 | 100111 | 111000 | 1000011 | 11000 | 100100 |
Color Harmonies of #6C7145
Complementary color
Monochromatic Colors of #6C7145
Black with #6C7145
Text Example
Text Example
White with #6C7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7145; }
p { color: rgb(108,113,69); }
H1.HeaderClassName
{
color: #6C7145;
}
.AnyTagClassName
{
color: #6C7145;
}
</style>
background-color css
<style>
a { background-color: #6C7145; }
a { background-color: rgb(108,113,69); }
div.DivClassName
{
background-color: #6C7145;
}
.BgClassName
{
background-color: #6C7145;
}
</style>
border-color css
<style>
span { border-color: #6C7145; }
span { border-color: rgb(108,113,69); }
td.TdClassName
{
border-color: #6C7145;
}
.TagClassName
{
border-color: #6C7145;
}
</style>