Shades of Siam #696D5E
Tints of Siam #696D5E
RGB
CMYK
RGB Variations
Color information
#696D5E (or 0x696D5E) is known color: Siam. HEX triplet: 69, 6D and 5E. RGB value is (105,109,94). Sum of RGB (Red+Green+Blue) = 105+109+94=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #696D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D5E is #9692A1. Grayscale: #6A6A6A. Windows color (decimal): -9867938 or 6188393. OLE color: 6188393.
HSL color Cylindrical-coordinate representation of color #696D5E: hue angle of 76º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696D5E is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 94 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.57 |
| HSL | 76º | 0.07% | 0.4% | - |
| HSV(B) | 76º | 0.14% | 0.43% | - |
| XYZ | 13.31 | 14.75 | 12.73 | - |
| YUV | 106.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 94 | 0.04 | 0 | 0.14 | 0.57 | 76 | 0.07 | 0.4 |
| Hex | 69 | 6D | 5E | 4 | 0 | E | 39 | 4C | 7 | 28 |
| Octal | 151 | 155 | 136 | 4 | 0 | 16 | 71 | 114 | 7 | 50 |
| Binary | 1101001 | 1101101 | 1011110 | 100 | 0 | 1110 | 111001 | 1001100 | 111 | 101000 |
Color Harmonies of #696D5E
Complementary color
Monochromatic Colors of #696D5E
Black with #696D5E
Text Example
Text Example
White with #696D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D5E; }
p { color: rgb(105,109,94); }
H1.HeaderClassName
{
color: #696D5E;
}
.AnyTagClassName
{
color: #696D5E;
}
</style>
background-color css
<style>
a { background-color: #696D5E; }
a { background-color: rgb(105,109,94); }
div.DivClassName
{
background-color: #696D5E;
}
.BgClassName
{
background-color: #696D5E;
}
</style>
border-color css
<style>
span { border-color: #696D5E; }
span { border-color: rgb(105,109,94); }
td.TdClassName
{
border-color: #696D5E;
}
.TagClassName
{
border-color: #696D5E;
}
</style>