Shades of Siam #64694D
Tints of Siam #64694D
RGB
CMYK
RGB Variations
Color information
#64694D (or 0x64694D) is known color: Siam. HEX triplet: 64, 69 and 4D. RGB value is (100,105,77). Sum of RGB (Red+Green+Blue) = 100+105+77=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #64694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64694D is #9B96B2. Grayscale: #646464. Windows color (decimal): -10196659 or 5073252. OLE color: 5073252.
HSL color Cylindrical-coordinate representation of color #64694D: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64694D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 77 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.59 |
| HSL | 70.71º | 0.15% | 0.36% | - |
| HSV(B) | 70.71º | 0.27% | 0.41% | - |
| XYZ | 11.65 | 13.35 | 8.98 | - |
| YUV | 100.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 77 | 0.05 | 0 | 0.27 | 0.59 | 70.71 | 0.15 | 0.36 |
| Hex | 64 | 69 | 4D | 5 | 0 | 1B | 3B | 47 | F | 24 |
| Octal | 144 | 151 | 115 | 5 | 0 | 33 | 73 | 107 | 17 | 44 |
| Binary | 1100100 | 1101001 | 1001101 | 101 | 0 | 11011 | 111011 | 1000111 | 1111 | 100100 |
Color Harmonies of #64694D
Complementary color
Monochromatic Colors of #64694D
Black with #64694D
Text Example
Text Example
White with #64694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64694D; }
p { color: rgb(100,105,77); }
H1.HeaderClassName
{
color: #64694D;
}
.AnyTagClassName
{
color: #64694D;
}
</style>
background-color css
<style>
a { background-color: #64694D; }
a { background-color: rgb(100,105,77); }
div.DivClassName
{
background-color: #64694D;
}
.BgClassName
{
background-color: #64694D;
}
</style>
border-color css
<style>
span { border-color: #64694D; }
span { border-color: rgb(100,105,77); }
td.TdClassName
{
border-color: #64694D;
}
.TagClassName
{
border-color: #64694D;
}
</style>