Shades of Siam #66684E
Tints of Siam #66684E
RGB
CMYK
RGB Variations
Color information
#66684E (or 0x66684E) is known color: Siam. HEX triplet: 66, 68 and 4E. RGB value is (102,104,78). Sum of RGB (Red+Green+Blue) = 102+104+78=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #66684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66684E is #9997B1. Grayscale: #646464. Windows color (decimal): -10065842 or 5138534. OLE color: 5138534.
HSL color Cylindrical-coordinate representation of color #66684E: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66684E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 78 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.59 |
| HSL | 64.62º | 0.14% | 0.36% | - |
| HSV(B) | 64.62º | 0.25% | 0.41% | - |
| XYZ | 11.8 | 13.28 | 9.15 | - |
| YUV | 100.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 78 | 0.02 | 0 | 0.25 | 0.59 | 64.62 | 0.14 | 0.36 |
| Hex | 66 | 68 | 4E | 2 | 0 | 19 | 3B | 41 | E | 24 |
| Octal | 146 | 150 | 116 | 2 | 0 | 31 | 73 | 101 | 16 | 44 |
| Binary | 1100110 | 1101000 | 1001110 | 10 | 0 | 11001 | 111011 | 1000001 | 1110 | 100100 |
Color Harmonies of #66684E
Complementary color
Monochromatic Colors of #66684E
Black with #66684E
Text Example
Text Example
White with #66684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66684E; }
p { color: rgb(102,104,78); }
H1.HeaderClassName
{
color: #66684E;
}
.AnyTagClassName
{
color: #66684E;
}
</style>
background-color css
<style>
a { background-color: #66684E; }
a { background-color: rgb(102,104,78); }
div.DivClassName
{
background-color: #66684E;
}
.BgClassName
{
background-color: #66684E;
}
</style>
border-color css
<style>
span { border-color: #66684E; }
span { border-color: rgb(102,104,78); }
td.TdClassName
{
border-color: #66684E;
}
.TagClassName
{
border-color: #66684E;
}
</style>