Shades of Siam #696A58
Tints of Siam #696A58
RGB
CMYK
RGB Variations
Color information
#696A58 (or 0x696A58) is known color: Siam. HEX triplet: 69, 6A and 58. RGB value is (105,106,88). Sum of RGB (Red+Green+Blue) = 105+106+88=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #696A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A58 is #9695A7. Grayscale: #676767. Windows color (decimal): -9868712 or 5794409. OLE color: 5794409.
HSL color Cylindrical-coordinate representation of color #696A58: hue angle of 63.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696A58 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 88 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.58 |
| HSL | 63.33º | 0.09% | 0.38% | - |
| HSV(B) | 63.33º | 0.17% | 0.42% | - |
| XYZ | 12.74 | 14.02 | 11.27 | - |
| YUV | 103.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 88 | 0.01 | 0 | 0.17 | 0.58 | 63.33 | 0.09 | 0.38 |
| Hex | 69 | 6A | 58 | 1 | 0 | 11 | 3A | 3F | 9 | 26 |
| Octal | 151 | 152 | 130 | 1 | 0 | 21 | 72 | 77 | 11 | 46 |
| Binary | 1101001 | 1101010 | 1011000 | 1 | 0 | 10001 | 111010 | 111111 | 1001 | 100110 |
Color Harmonies of #696A58
Complementary color
Monochromatic Colors of #696A58
Black with #696A58
Text Example
Text Example
White with #696A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A58; }
p { color: rgb(105,106,88); }
H1.HeaderClassName
{
color: #696A58;
}
.AnyTagClassName
{
color: #696A58;
}
</style>
background-color css
<style>
a { background-color: #696A58; }
a { background-color: rgb(105,106,88); }
div.DivClassName
{
background-color: #696A58;
}
.BgClassName
{
background-color: #696A58;
}
</style>
border-color css
<style>
span { border-color: #696A58; }
span { border-color: rgb(105,106,88); }
td.TdClassName
{
border-color: #696A58;
}
.TagClassName
{
border-color: #696A58;
}
</style>