Shades of Siam #66694C
Tints of Siam #66694C
RGB
CMYK
RGB Variations
Color information
#66694C (or 0x66694C) is known color: Siam. HEX triplet: 66, 69 and 4C. RGB value is (102,105,76). Sum of RGB (Red+Green+Blue) = 102+105+76=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #66694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66694C is #9996B3. Grayscale: #646464. Windows color (decimal): -10065588 or 5007718. OLE color: 5007718.
HSL color Cylindrical-coordinate representation of color #66694C: hue angle of 66.21º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66694C is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 76 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.59 |
| HSL | 66.21º | 0.16% | 0.35% | - |
| HSV(B) | 66.21º | 0.28% | 0.41% | - |
| XYZ | 11.84 | 13.45 | 8.81 | - |
| YUV | 100.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 76 | 0.03 | 0 | 0.28 | 0.59 | 66.21 | 0.16 | 0.35 |
| Hex | 66 | 69 | 4C | 3 | 0 | 1C | 3B | 42 | 10 | 23 |
| Octal | 146 | 151 | 114 | 3 | 0 | 34 | 73 | 102 | 20 | 43 |
| Binary | 1100110 | 1101001 | 1001100 | 11 | 0 | 11100 | 111011 | 1000010 | 10000 | 100011 |
Color Harmonies of #66694C
Complementary color
Monochromatic Colors of #66694C
Black with #66694C
Text Example
Text Example
White with #66694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66694C; }
p { color: rgb(102,105,76); }
H1.HeaderClassName
{
color: #66694C;
}
.AnyTagClassName
{
color: #66694C;
}
</style>
background-color css
<style>
a { background-color: #66694C; }
a { background-color: rgb(102,105,76); }
div.DivClassName
{
background-color: #66694C;
}
.BgClassName
{
background-color: #66694C;
}
</style>
border-color css
<style>
span { border-color: #66694C; }
span { border-color: rgb(102,105,76); }
td.TdClassName
{
border-color: #66694C;
}
.TagClassName
{
border-color: #66694C;
}
</style>