Shades of Siam #6D6D5A
Tints of Siam #6D6D5A
RGB
CMYK
RGB Variations
Color information
#6D6D5A (or 0x6D6D5A) is known color: Siam. HEX triplet: 6D, 6D and 5A. RGB value is (109,109,90). Sum of RGB (Red+Green+Blue) = 109+109+90=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6D5A is #9292A5. Grayscale: #6A6A6A. Windows color (decimal): -9605798 or 5926253. OLE color: 5926253.
HSL color Cylindrical-coordinate representation of color #6D6D5A: hue angle of 60º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6D5A is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 109 | 90 | - |
| CMYK | 0 | 0 | 0.17 | 0.57 |
| HSL | 60º | 0.1% | 0.39% | - |
| HSV(B) | 60º | 0.17% | 0.43% | - |
| XYZ | 13.62 | 14.93 | 11.84 | - |
| YUV | 106.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 90 | 0 | 0 | 0.17 | 0.57 | 60 | 0.1 | 0.39 |
| Hex | 6D | 6D | 5A | 0 | 0 | 11 | 39 | 3C | A | 27 |
| Octal | 155 | 155 | 132 | 0 | 0 | 21 | 71 | 74 | 12 | 47 |
| Binary | 1101101 | 1101101 | 1011010 | 0 | 0 | 10001 | 111001 | 111100 | 1010 | 100111 |
Color Harmonies of #6D6D5A
Complementary color
Monochromatic Colors of #6D6D5A
Black with #6D6D5A
Text Example
Text Example
White with #6D6D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6D5A; }
p { color: rgb(109,109,90); }
H1.HeaderClassName
{
color: #6D6D5A;
}
.AnyTagClassName
{
color: #6D6D5A;
}
</style>
background-color css
<style>
a { background-color: #6D6D5A; }
a { background-color: rgb(109,109,90); }
div.DivClassName
{
background-color: #6D6D5A;
}
.BgClassName
{
background-color: #6D6D5A;
}
</style>
border-color css
<style>
span { border-color: #6D6D5A; }
span { border-color: rgb(109,109,90); }
td.TdClassName
{
border-color: #6D6D5A;
}
.TagClassName
{
border-color: #6D6D5A;
}
</style>