Shades of Siam #6A7353
Tints of Siam #6A7353
RGB
CMYK
RGB Variations
Color information
#6A7353 (or 0x6A7353) is known color: Siam. HEX triplet: 6A, 73 and 53. RGB value is (106,115,83). Sum of RGB (Red+Green+Blue) = 106+115+83=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7353 is #958CAC. Grayscale: #6C6C6C. Windows color (decimal): -9800877 or 5469034. OLE color: 5469034.
HSL color Cylindrical-coordinate representation of color #6A7353: hue angle of 76.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A7353 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 83 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.55 |
| HSL | 76.88º | 0.16% | 0.39% | - |
| HSV(B) | 76.88º | 0.28% | 0.45% | - |
| XYZ | 13.64 | 15.95 | 10.54 | - |
| YUV | 108.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 83 | 0.08 | 0 | 0.28 | 0.55 | 76.88 | 0.16 | 0.39 |
| Hex | 6A | 73 | 53 | 8 | 0 | 1C | 37 | 4D | 10 | 27 |
| Octal | 152 | 163 | 123 | 10 | 0 | 34 | 67 | 115 | 20 | 47 |
| Binary | 1101010 | 1110011 | 1010011 | 1000 | 0 | 11100 | 110111 | 1001101 | 10000 | 100111 |
Color Harmonies of #6A7353
Complementary color
Monochromatic Colors of #6A7353
Black with #6A7353
Text Example
Text Example
White with #6A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7353; }
p { color: rgb(106,115,83); }
H1.HeaderClassName
{
color: #6A7353;
}
.AnyTagClassName
{
color: #6A7353;
}
</style>
background-color css
<style>
a { background-color: #6A7353; }
a { background-color: rgb(106,115,83); }
div.DivClassName
{
background-color: #6A7353;
}
.BgClassName
{
background-color: #6A7353;
}
</style>
border-color css
<style>
span { border-color: #6A7353; }
span { border-color: rgb(106,115,83); }
td.TdClassName
{
border-color: #6A7353;
}
.TagClassName
{
border-color: #6A7353;
}
</style>