Shades of Siam #696E57
Tints of Siam #696E57
RGB
CMYK
RGB Variations
Color information
#696E57 (or 0x696E57) is known color: Siam. HEX triplet: 69, 6E and 57. RGB value is (105,110,87). Sum of RGB (Red+Green+Blue) = 105+110+87=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #696E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E57 is #9691A8. Grayscale: #696969. Windows color (decimal): -9867689 or 5729897. OLE color: 5729897.
HSL color Cylindrical-coordinate representation of color #696E57: hue angle of 73.04º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696E57 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 87 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.57 |
| HSL | 73.04º | 0.12% | 0.39% | - |
| HSV(B) | 73.04º | 0.21% | 0.43% | - |
| XYZ | 13.12 | 14.84 | 11.19 | - |
| YUV | 105.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 87 | 0.05 | 0 | 0.21 | 0.57 | 73.04 | 0.12 | 0.39 |
| Hex | 69 | 6E | 57 | 5 | 0 | 15 | 39 | 49 | C | 27 |
| Octal | 151 | 156 | 127 | 5 | 0 | 25 | 71 | 111 | 14 | 47 |
| Binary | 1101001 | 1101110 | 1010111 | 101 | 0 | 10101 | 111001 | 1001001 | 1100 | 100111 |
Color Harmonies of #696E57
Complementary color
Monochromatic Colors of #696E57
Black with #696E57
Text Example
Text Example
White with #696E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E57; }
p { color: rgb(105,110,87); }
H1.HeaderClassName
{
color: #696E57;
}
.AnyTagClassName
{
color: #696E57;
}
</style>
background-color css
<style>
a { background-color: #696E57; }
a { background-color: rgb(105,110,87); }
div.DivClassName
{
background-color: #696E57;
}
.BgClassName
{
background-color: #696E57;
}
</style>
border-color css
<style>
span { border-color: #696E57; }
span { border-color: rgb(105,110,87); }
td.TdClassName
{
border-color: #696E57;
}
.TagClassName
{
border-color: #696E57;
}
</style>