Shades of Siam #696C47
Tints of Siam #696C47
RGB
CMYK
RGB Variations
Color information
#696C47 (or 0x696C47) is known color: Siam. HEX triplet: 69, 6C and 47. RGB value is (105,108,71). Sum of RGB (Red+Green+Blue) = 105+108+71=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #696C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C47 is #9693B8. Grayscale: #676767. Windows color (decimal): -9868217 or 4680809. OLE color: 4680809.
HSL color Cylindrical-coordinate representation of color #696C47: hue angle of 64.86º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696C47 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 108 | 71 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.58 |
| HSL | 64.86º | 0.21% | 0.35% | - |
| HSV(B) | 64.86º | 0.34% | 0.42% | - |
| XYZ | 12.33 | 14.18 | 8.05 | - |
| YUV | 102.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 71 | 0.03 | 0 | 0.34 | 0.58 | 64.86 | 0.21 | 0.35 |
| Hex | 69 | 6C | 47 | 3 | 0 | 22 | 3A | 41 | 15 | 23 |
| Octal | 151 | 154 | 107 | 3 | 0 | 42 | 72 | 101 | 25 | 43 |
| Binary | 1101001 | 1101100 | 1000111 | 11 | 0 | 100010 | 111010 | 1000001 | 10101 | 100011 |
Color Harmonies of #696C47
Complementary color
Monochromatic Colors of #696C47
Black with #696C47
Text Example
Text Example
White with #696C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C47; }
p { color: rgb(105,108,71); }
H1.HeaderClassName
{
color: #696C47;
}
.AnyTagClassName
{
color: #696C47;
}
</style>
background-color css
<style>
a { background-color: #696C47; }
a { background-color: rgb(105,108,71); }
div.DivClassName
{
background-color: #696C47;
}
.BgClassName
{
background-color: #696C47;
}
</style>
border-color css
<style>
span { border-color: #696C47; }
span { border-color: rgb(105,108,71); }
td.TdClassName
{
border-color: #696C47;
}
.TagClassName
{
border-color: #696C47;
}
</style>