Shades of Siam #696F4D
Tints of Siam #696F4D
RGB
CMYK
RGB Variations
Color information
#696F4D (or 0x696F4D) is known color: Siam. HEX triplet: 69, 6F and 4D. RGB value is (105,111,77). Sum of RGB (Red+Green+Blue) = 105+111+77=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #696F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F4D is #9690B2. Grayscale: #696969. Windows color (decimal): -9867443 or 5074793. OLE color: 5074793.
HSL color Cylindrical-coordinate representation of color #696F4D: hue angle of 70.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696F4D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 77 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.56 |
| HSL | 70.59º | 0.18% | 0.37% | - |
| HSV(B) | 70.59º | 0.31% | 0.44% | - |
| XYZ | 12.85 | 14.91 | 9.22 | - |
| YUV | 105.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 77 | 0.05 | 0 | 0.31 | 0.56 | 70.59 | 0.18 | 0.37 |
| Hex | 69 | 6F | 4D | 5 | 0 | 1F | 38 | 47 | 12 | 25 |
| Octal | 151 | 157 | 115 | 5 | 0 | 37 | 70 | 107 | 22 | 45 |
| Binary | 1101001 | 1101111 | 1001101 | 101 | 0 | 11111 | 111000 | 1000111 | 10010 | 100101 |
Color Harmonies of #696F4D
Complementary color
Monochromatic Colors of #696F4D
Black with #696F4D
Text Example
Text Example
White with #696F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F4D; }
p { color: rgb(105,111,77); }
H1.HeaderClassName
{
color: #696F4D;
}
.AnyTagClassName
{
color: #696F4D;
}
</style>
background-color css
<style>
a { background-color: #696F4D; }
a { background-color: rgb(105,111,77); }
div.DivClassName
{
background-color: #696F4D;
}
.BgClassName
{
background-color: #696F4D;
}
</style>
border-color css
<style>
span { border-color: #696F4D; }
span { border-color: rgb(105,111,77); }
td.TdClassName
{
border-color: #696F4D;
}
.TagClassName
{
border-color: #696F4D;
}
</style>