Shades of Siam #697153
Tints of Siam #697153
RGB
CMYK
RGB Variations
Color information
#697153 (or 0x697153) is known color: Siam. HEX triplet: 69, 71 and 53. RGB value is (105,113,83). Sum of RGB (Red+Green+Blue) = 105+113+83=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #697153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697153 is #968EAC. Grayscale: #6B6B6B. Windows color (decimal): -9866925 or 5468521. OLE color: 5468521.
HSL color Cylindrical-coordinate representation of color #697153: hue angle of 76º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697153 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 83 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.56 |
| HSL | 76º | 0.15% | 0.38% | - |
| HSV(B) | 76º | 0.27% | 0.44% | - |
| XYZ | 13.29 | 15.44 | 10.46 | - |
| YUV | 107.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 83 | 0.07 | 0 | 0.27 | 0.56 | 76 | 0.15 | 0.38 |
| Hex | 69 | 71 | 53 | 7 | 0 | 1B | 38 | 4C | F | 26 |
| Octal | 151 | 161 | 123 | 7 | 0 | 33 | 70 | 114 | 17 | 46 |
| Binary | 1101001 | 1110001 | 1010011 | 111 | 0 | 11011 | 111000 | 1001100 | 1111 | 100110 |
Color Harmonies of #697153
Complementary color
Monochromatic Colors of #697153
Black with #697153
Text Example
Text Example
White with #697153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697153; }
p { color: rgb(105,113,83); }
H1.HeaderClassName
{
color: #697153;
}
.AnyTagClassName
{
color: #697153;
}
</style>
background-color css
<style>
a { background-color: #697153; }
a { background-color: rgb(105,113,83); }
div.DivClassName
{
background-color: #697153;
}
.BgClassName
{
background-color: #697153;
}
</style>
border-color css
<style>
span { border-color: #697153; }
span { border-color: rgb(105,113,83); }
td.TdClassName
{
border-color: #697153;
}
.TagClassName
{
border-color: #697153;
}
</style>