Shades of Siam #696E53
Tints of Siam #696E53
RGB
CMYK
RGB Variations
Color information
#696E53 (or 0x696E53) is known color: Siam. HEX triplet: 69, 6E and 53. RGB value is (105,110,83). Sum of RGB (Red+Green+Blue) = 105+110+83=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #696E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E53 is #9691AC. Grayscale: #696969. Windows color (decimal): -9867693 or 5467753. OLE color: 5467753.
HSL color Cylindrical-coordinate representation of color #696E53: hue angle of 71.11º degrees, saturation: 0.14, 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 #696E53 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 83 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.57 |
| HSL | 71.11º | 0.14% | 0.38% | - |
| HSV(B) | 71.11º | 0.25% | 0.43% | - |
| XYZ | 12.96 | 14.78 | 10.35 | - |
| YUV | 105.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 83 | 0.05 | 0 | 0.25 | 0.57 | 71.11 | 0.14 | 0.38 |
| Hex | 69 | 6E | 53 | 5 | 0 | 19 | 39 | 47 | E | 26 |
| Octal | 151 | 156 | 123 | 5 | 0 | 31 | 71 | 107 | 16 | 46 |
| Binary | 1101001 | 1101110 | 1010011 | 101 | 0 | 11001 | 111001 | 1000111 | 1110 | 100110 |
Color Harmonies of #696E53
Complementary color
Monochromatic Colors of #696E53
Black with #696E53
Text Example
Text Example
White with #696E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E53; }
p { color: rgb(105,110,83); }
H1.HeaderClassName
{
color: #696E53;
}
.AnyTagClassName
{
color: #696E53;
}
</style>
background-color css
<style>
a { background-color: #696E53; }
a { background-color: rgb(105,110,83); }
div.DivClassName
{
background-color: #696E53;
}
.BgClassName
{
background-color: #696E53;
}
</style>
border-color css
<style>
span { border-color: #696E53; }
span { border-color: rgb(105,110,83); }
td.TdClassName
{
border-color: #696E53;
}
.TagClassName
{
border-color: #696E53;
}
</style>