Shades of Siam #666A57
Tints of Siam #666A57
RGB
CMYK
RGB Variations
Color information
#666A57 (or 0x666A57) is known color: Siam. HEX triplet: 66, 6A and 57. RGB value is (102,106,87). Sum of RGB (Red+Green+Blue) = 102+106+87=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #666A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A57 is #9995A8. Grayscale: #666666. Windows color (decimal): -10065321 or 5728870. OLE color: 5728870.
HSL color Cylindrical-coordinate representation of color #666A57: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666A57 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 87 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.58 |
| HSL | 72.63º | 0.1% | 0.38% | - |
| HSV(B) | 72.63º | 0.18% | 0.42% | - |
| XYZ | 12.35 | 13.82 | 11.03 | - |
| YUV | 102.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 87 | 0.04 | 0 | 0.18 | 0.58 | 72.63 | 0.1 | 0.38 |
| Hex | 66 | 6A | 57 | 4 | 0 | 12 | 3A | 49 | A | 26 |
| Octal | 146 | 152 | 127 | 4 | 0 | 22 | 72 | 111 | 12 | 46 |
| Binary | 1100110 | 1101010 | 1010111 | 100 | 0 | 10010 | 111010 | 1001001 | 1010 | 100110 |
Color Harmonies of #666A57
Complementary color
Monochromatic Colors of #666A57
Black with #666A57
Text Example
Text Example
White with #666A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A57; }
p { color: rgb(102,106,87); }
H1.HeaderClassName
{
color: #666A57;
}
.AnyTagClassName
{
color: #666A57;
}
</style>
background-color css
<style>
a { background-color: #666A57; }
a { background-color: rgb(102,106,87); }
div.DivClassName
{
background-color: #666A57;
}
.BgClassName
{
background-color: #666A57;
}
</style>
border-color css
<style>
span { border-color: #666A57; }
span { border-color: rgb(102,106,87); }
td.TdClassName
{
border-color: #666A57;
}
.TagClassName
{
border-color: #666A57;
}
</style>