Shades of Siam #696F57
Tints of Siam #696F57
RGB
CMYK
RGB Variations
Color information
#696F57 (or 0x696F57) is known color: Siam. HEX triplet: 69, 6F and 57. RGB value is (105,111,87). Sum of RGB (Red+Green+Blue) = 105+111+87=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #696F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F57 is #9690A8. Grayscale: #6A6A6A. Windows color (decimal): -9867433 or 5730153. OLE color: 5730153.
HSL color Cylindrical-coordinate representation of color #696F57: hue angle of 75º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696F57 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 87 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.56 |
| HSL | 75º | 0.12% | 0.39% | - |
| HSV(B) | 75º | 0.22% | 0.44% | - |
| XYZ | 13.23 | 15.06 | 11.23 | - |
| YUV | 106.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 87 | 0.05 | 0 | 0.22 | 0.56 | 75 | 0.12 | 0.39 |
| Hex | 69 | 6F | 57 | 5 | 0 | 16 | 38 | 4B | C | 27 |
| Octal | 151 | 157 | 127 | 5 | 0 | 26 | 70 | 113 | 14 | 47 |
| Binary | 1101001 | 1101111 | 1010111 | 101 | 0 | 10110 | 111000 | 1001011 | 1100 | 100111 |
Color Harmonies of #696F57
Complementary color
Monochromatic Colors of #696F57
Black with #696F57
Text Example
Text Example
White with #696F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F57; }
p { color: rgb(105,111,87); }
H1.HeaderClassName
{
color: #696F57;
}
.AnyTagClassName
{
color: #696F57;
}
</style>
background-color css
<style>
a { background-color: #696F57; }
a { background-color: rgb(105,111,87); }
div.DivClassName
{
background-color: #696F57;
}
.BgClassName
{
background-color: #696F57;
}
</style>
border-color css
<style>
span { border-color: #696F57; }
span { border-color: rgb(105,111,87); }
td.TdClassName
{
border-color: #696F57;
}
.TagClassName
{
border-color: #696F57;
}
</style>