Shades of Siam #696A52
Tints of Siam #696A52
RGB
CMYK
RGB Variations
Color information
#696A52 (or 0x696A52) is known color: Siam. HEX triplet: 69, 6A and 52. RGB value is (105,106,82). Sum of RGB (Red+Green+Blue) = 105+106+82=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #696A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A52 is #9695AD. Grayscale: #676767. Windows color (decimal): -9868718 or 5401193. OLE color: 5401193.
HSL color Cylindrical-coordinate representation of color #696A52: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696A52 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 82 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.58 |
| HSL | 62.5º | 0.13% | 0.37% | - |
| HSV(B) | 62.5º | 0.23% | 0.42% | - |
| XYZ | 12.5 | 13.92 | 10.01 | - |
| YUV | 102.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 82 | 0.01 | 0 | 0.23 | 0.58 | 62.5 | 0.13 | 0.37 |
| Hex | 69 | 6A | 52 | 1 | 0 | 17 | 3A | 3F | D | 25 |
| Octal | 151 | 152 | 122 | 1 | 0 | 27 | 72 | 77 | 15 | 45 |
| Binary | 1101001 | 1101010 | 1010010 | 1 | 0 | 10111 | 111010 | 111111 | 1101 | 100101 |
Color Harmonies of #696A52
Complementary color
Monochromatic Colors of #696A52
Black with #696A52
Text Example
Text Example
White with #696A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A52; }
p { color: rgb(105,106,82); }
H1.HeaderClassName
{
color: #696A52;
}
.AnyTagClassName
{
color: #696A52;
}
</style>
background-color css
<style>
a { background-color: #696A52; }
a { background-color: rgb(105,106,82); }
div.DivClassName
{
background-color: #696A52;
}
.BgClassName
{
background-color: #696A52;
}
</style>
border-color css
<style>
span { border-color: #696A52; }
span { border-color: rgb(105,106,82); }
td.TdClassName
{
border-color: #696A52;
}
.TagClassName
{
border-color: #696A52;
}
</style>