Shades of Siam #696A5C
Tints of Siam #696A5C
RGB
CMYK
RGB Variations
Color information
#696A5C (or 0x696A5C) is known color: Siam. HEX triplet: 69, 6A and 5C. RGB value is (105,106,92). Sum of RGB (Red+Green+Blue) = 105+106+92=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #696A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A5C is #9695A3. Grayscale: #686868. Windows color (decimal): -9868708 or 6056553. OLE color: 6056553.
HSL color Cylindrical-coordinate representation of color #696A5C: hue angle of 64.29º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696A5C is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 92 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.58 |
| HSL | 64.29º | 0.07% | 0.39% | - |
| HSV(B) | 64.29º | 0.13% | 0.42% | - |
| XYZ | 12.91 | 14.08 | 12.16 | - |
| YUV | 104.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 92 | 0.01 | 0 | 0.13 | 0.58 | 64.29 | 0.07 | 0.39 |
| Hex | 69 | 6A | 5C | 1 | 0 | D | 3A | 40 | 7 | 27 |
| Octal | 151 | 152 | 134 | 1 | 0 | 15 | 72 | 100 | 7 | 47 |
| Binary | 1101001 | 1101010 | 1011100 | 1 | 0 | 1101 | 111010 | 1000000 | 111 | 100111 |
Color Harmonies of #696A5C
Complementary color
Monochromatic Colors of #696A5C
Black with #696A5C
Text Example
Text Example
White with #696A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A5C; }
p { color: rgb(105,106,92); }
H1.HeaderClassName
{
color: #696A5C;
}
.AnyTagClassName
{
color: #696A5C;
}
</style>
background-color css
<style>
a { background-color: #696A5C; }
a { background-color: rgb(105,106,92); }
div.DivClassName
{
background-color: #696A5C;
}
.BgClassName
{
background-color: #696A5C;
}
</style>
border-color css
<style>
span { border-color: #696A5C; }
span { border-color: rgb(105,106,92); }
td.TdClassName
{
border-color: #696A5C;
}
.TagClassName
{
border-color: #696A5C;
}
</style>