Shades of Siam #696E52
Tints of Siam #696E52
RGB
CMYK
RGB Variations
Color information
#696E52 (or 0x696E52) is known color: Siam. HEX triplet: 69, 6E and 52. RGB value is (105,110,82). Sum of RGB (Red+Green+Blue) = 105+110+82=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #696E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E52 is #9691AD. Grayscale: #696969. Windows color (decimal): -9867694 or 5402217. OLE color: 5402217.
HSL color Cylindrical-coordinate representation of color #696E52: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696E52 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 82 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.57 |
| HSL | 70.71º | 0.15% | 0.38% | - |
| HSV(B) | 70.71º | 0.25% | 0.43% | - |
| XYZ | 12.92 | 14.76 | 10.15 | - |
| YUV | 105.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 82 | 0.05 | 0 | 0.25 | 0.57 | 70.71 | 0.15 | 0.38 |
| Hex | 69 | 6E | 52 | 5 | 0 | 19 | 39 | 47 | F | 26 |
| Octal | 151 | 156 | 122 | 5 | 0 | 31 | 71 | 107 | 17 | 46 |
| Binary | 1101001 | 1101110 | 1010010 | 101 | 0 | 11001 | 111001 | 1000111 | 1111 | 100110 |
Color Harmonies of #696E52
Complementary color
Monochromatic Colors of #696E52
Black with #696E52
Text Example
Text Example
White with #696E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E52; }
p { color: rgb(105,110,82); }
H1.HeaderClassName
{
color: #696E52;
}
.AnyTagClassName
{
color: #696E52;
}
</style>
background-color css
<style>
a { background-color: #696E52; }
a { background-color: rgb(105,110,82); }
div.DivClassName
{
background-color: #696E52;
}
.BgClassName
{
background-color: #696E52;
}
</style>
border-color css
<style>
span { border-color: #696E52; }
span { border-color: rgb(105,110,82); }
td.TdClassName
{
border-color: #696E52;
}
.TagClassName
{
border-color: #696E52;
}
</style>