Shades of Siam #6A6D4D
Tints of Siam #6A6D4D
RGB
CMYK
RGB Variations
Color information
#6A6D4D (or 0x6A6D4D) is known color: Siam. HEX triplet: 6A, 6D and 4D. RGB value is (106,109,77). Sum of RGB (Red+Green+Blue) = 106+109+77=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D4D is #9592B2. Grayscale: #686868. Windows color (decimal): -9802419 or 5074282. OLE color: 5074282.
HSL color Cylindrical-coordinate representation of color #6A6D4D: hue angle of 65.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A6D4D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 77 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.57 |
| HSL | 65.63º | 0.17% | 0.36% | - |
| HSV(B) | 65.63º | 0.29% | 0.43% | - |
| XYZ | 12.75 | 14.54 | 9.16 | - |
| YUV | 104.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 77 | 0.03 | 0 | 0.29 | 0.57 | 65.63 | 0.17 | 0.36 |
| Hex | 6A | 6D | 4D | 3 | 0 | 1D | 39 | 42 | 11 | 24 |
| Octal | 152 | 155 | 115 | 3 | 0 | 35 | 71 | 102 | 21 | 44 |
| Binary | 1101010 | 1101101 | 1001101 | 11 | 0 | 11101 | 111001 | 1000010 | 10001 | 100100 |
Color Harmonies of #6A6D4D
Complementary color
Monochromatic Colors of #6A6D4D
Black with #6A6D4D
Text Example
Text Example
White with #6A6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D4D; }
p { color: rgb(106,109,77); }
H1.HeaderClassName
{
color: #6A6D4D;
}
.AnyTagClassName
{
color: #6A6D4D;
}
</style>
background-color css
<style>
a { background-color: #6A6D4D; }
a { background-color: rgb(106,109,77); }
div.DivClassName
{
background-color: #6A6D4D;
}
.BgClassName
{
background-color: #6A6D4D;
}
</style>
border-color css
<style>
span { border-color: #6A6D4D; }
span { border-color: rgb(106,109,77); }
td.TdClassName
{
border-color: #6A6D4D;
}
.TagClassName
{
border-color: #6A6D4D;
}
</style>