Shades of Siam #66694D
Tints of Siam #66694D
RGB
CMYK
RGB Variations
Color information
#66694D (or 0x66694D) is known color: Siam. HEX triplet: 66, 69 and 4D. RGB value is (102,105,77). Sum of RGB (Red+Green+Blue) = 102+105+77=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #66694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66694D is #9996B2. Grayscale: #656565. Windows color (decimal): -10065587 or 5073254. OLE color: 5073254.
HSL color Cylindrical-coordinate representation of color #66694D: hue angle of 66.43º 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 #66694D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 77 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.59 |
| HSL | 66.43º | 0.15% | 0.36% | - |
| HSV(B) | 66.43º | 0.27% | 0.41% | - |
| XYZ | 11.87 | 13.46 | 8.99 | - |
| YUV | 100.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 77 | 0.03 | 0 | 0.27 | 0.59 | 66.43 | 0.15 | 0.36 |
| Hex | 66 | 69 | 4D | 3 | 0 | 1B | 3B | 42 | F | 24 |
| Octal | 146 | 151 | 115 | 3 | 0 | 33 | 73 | 102 | 17 | 44 |
| Binary | 1100110 | 1101001 | 1001101 | 11 | 0 | 11011 | 111011 | 1000010 | 1111 | 100100 |
Color Harmonies of #66694D
Complementary color
Monochromatic Colors of #66694D
Black with #66694D
Text Example
Text Example
White with #66694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66694D; }
p { color: rgb(102,105,77); }
H1.HeaderClassName
{
color: #66694D;
}
.AnyTagClassName
{
color: #66694D;
}
</style>
background-color css
<style>
a { background-color: #66694D; }
a { background-color: rgb(102,105,77); }
div.DivClassName
{
background-color: #66694D;
}
.BgClassName
{
background-color: #66694D;
}
</style>
border-color css
<style>
span { border-color: #66694D; }
span { border-color: rgb(102,105,77); }
td.TdClassName
{
border-color: #66694D;
}
.TagClassName
{
border-color: #66694D;
}
</style>