Shades of Siam #696F58
Tints of Siam #696F58
RGB
CMYK
RGB Variations
Color information
#696F58 (or 0x696F58) is known color: Siam. HEX triplet: 69, 6F and 58. RGB value is (105,111,88). Sum of RGB (Red+Green+Blue) = 105+111+88=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #696F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F58 is #9690A7. Grayscale: #6A6A6A. Windows color (decimal): -9867432 or 5795689. OLE color: 5795689.
HSL color Cylindrical-coordinate representation of color #696F58: hue angle of 75.65º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696F58 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 88 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.56 |
| HSL | 75.65º | 0.12% | 0.39% | - |
| HSV(B) | 75.65º | 0.21% | 0.44% | - |
| XYZ | 13.27 | 15.08 | 11.44 | - |
| YUV | 106.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 88 | 0.05 | 0 | 0.21 | 0.56 | 75.65 | 0.12 | 0.39 |
| Hex | 69 | 6F | 58 | 5 | 0 | 15 | 38 | 4C | C | 27 |
| Octal | 151 | 157 | 130 | 5 | 0 | 25 | 70 | 114 | 14 | 47 |
| Binary | 1101001 | 1101111 | 1011000 | 101 | 0 | 10101 | 111000 | 1001100 | 1100 | 100111 |
Color Harmonies of #696F58
Complementary color
Monochromatic Colors of #696F58
Black with #696F58
Text Example
Text Example
White with #696F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F58; }
p { color: rgb(105,111,88); }
H1.HeaderClassName
{
color: #696F58;
}
.AnyTagClassName
{
color: #696F58;
}
</style>
background-color css
<style>
a { background-color: #696F58; }
a { background-color: rgb(105,111,88); }
div.DivClassName
{
background-color: #696F58;
}
.BgClassName
{
background-color: #696F58;
}
</style>
border-color css
<style>
span { border-color: #696F58; }
span { border-color: rgb(105,111,88); }
td.TdClassName
{
border-color: #696F58;
}
.TagClassName
{
border-color: #696F58;
}
</style>