Shades of Siam #696A55
Tints of Siam #696A55
RGB
CMYK
RGB Variations
Color information
#696A55 (or 0x696A55) is known color: Siam. HEX triplet: 69, 6A and 55. RGB value is (105,106,85). Sum of RGB (Red+Green+Blue) = 105+106+85=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 106 - color contains mainly: green. Hex color #696A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A55 is #9695AA. Grayscale: #676767. Windows color (decimal): -9868715 or 5597801. OLE color: 5597801.
HSL color Cylindrical-coordinate representation of color #696A55: hue angle of 62.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696A55 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 85 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.58 |
| HSL | 62.86º | 0.11% | 0.37% | - |
| HSV(B) | 62.86º | 0.2% | 0.42% | - |
| XYZ | 12.62 | 13.97 | 10.63 | - |
| YUV | 103.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 85 | 0.01 | 0 | 0.20 | 0.58 | 62.86 | 0.11 | 0.37 |
| Hex | 69 | 6A | 55 | 1 | 0 | 14 | 3A | 3F | B | 25 |
| Octal | 151 | 152 | 125 | 1 | 0 | 24 | 72 | 77 | 13 | 45 |
| Binary | 1101001 | 1101010 | 1010101 | 1 | 0 | 10100 | 111010 | 111111 | 1011 | 100101 |
Color Harmonies of #696A55
Complementary color
Monochromatic Colors of #696A55
Black with #696A55
Text Example
Text Example
White with #696A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A55; }
p { color: rgb(105,106,85); }
H1.HeaderClassName
{
color: #696A55;
}
.AnyTagClassName
{
color: #696A55;
}
</style>
background-color css
<style>
a { background-color: #696A55; }
a { background-color: rgb(105,106,85); }
div.DivClassName
{
background-color: #696A55;
}
.BgClassName
{
background-color: #696A55;
}
</style>
border-color css
<style>
span { border-color: #696A55; }
span { border-color: rgb(105,106,85); }
td.TdClassName
{
border-color: #696A55;
}
.TagClassName
{
border-color: #696A55;
}
</style>