Shades of Siam #696D49
Tints of Siam #696D49
RGB
CMYK
RGB Variations
Color information
#696D49 (or 0x696D49) is known color: Siam. HEX triplet: 69, 6D and 49. RGB value is (105,109,73). Sum of RGB (Red+Green+Blue) = 105+109+73=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #696D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D49 is #9692B6. Grayscale: #676767. Windows color (decimal): -9867959 or 4812137. OLE color: 4812137.
HSL color Cylindrical-coordinate representation of color #696D49: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696D49 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 73 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.57 |
| HSL | 66.67º | 0.2% | 0.36% | - |
| HSV(B) | 66.67º | 0.33% | 0.43% | - |
| XYZ | 12.5 | 14.42 | 8.43 | - |
| YUV | 103.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 73 | 0.04 | 0 | 0.33 | 0.57 | 66.67 | 0.2 | 0.36 |
| Hex | 69 | 6D | 49 | 4 | 0 | 21 | 39 | 43 | 14 | 24 |
| Octal | 151 | 155 | 111 | 4 | 0 | 41 | 71 | 103 | 24 | 44 |
| Binary | 1101001 | 1101101 | 1001001 | 100 | 0 | 100001 | 111001 | 1000011 | 10100 | 100100 |
Color Harmonies of #696D49
Complementary color
Monochromatic Colors of #696D49
Black with #696D49
Text Example
Text Example
White with #696D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D49; }
p { color: rgb(105,109,73); }
H1.HeaderClassName
{
color: #696D49;
}
.AnyTagClassName
{
color: #696D49;
}
</style>
background-color css
<style>
a { background-color: #696D49; }
a { background-color: rgb(105,109,73); }
div.DivClassName
{
background-color: #696D49;
}
.BgClassName
{
background-color: #696D49;
}
</style>
border-color css
<style>
span { border-color: #696D49; }
span { border-color: rgb(105,109,73); }
td.TdClassName
{
border-color: #696D49;
}
.TagClassName
{
border-color: #696D49;
}
</style>