Shades of Siam #666E50
Tints of Siam #666E50
RGB
CMYK
RGB Variations
Color information
#666E50 (or 0x666E50) is known color: Siam. HEX triplet: 66, 6E and 50. RGB value is (102,110,80). Sum of RGB (Red+Green+Blue) = 102+110+80=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #666E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E50 is #9991AF. Grayscale: #686868. Windows color (decimal): -10064304 or 5271142. OLE color: 5271142.
HSL color Cylindrical-coordinate representation of color #666E50: hue angle of 76º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666E50 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 80 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.57 |
| HSL | 76º | 0.16% | 0.37% | - |
| HSV(B) | 76º | 0.27% | 0.43% | - |
| XYZ | 12.5 | 14.56 | 9.74 | - |
| YUV | 104.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 80 | 0.07 | 0 | 0.27 | 0.57 | 76 | 0.16 | 0.37 |
| Hex | 66 | 6E | 50 | 7 | 0 | 1B | 39 | 4C | 10 | 25 |
| Octal | 146 | 156 | 120 | 7 | 0 | 33 | 71 | 114 | 20 | 45 |
| Binary | 1100110 | 1101110 | 1010000 | 111 | 0 | 11011 | 111001 | 1001100 | 10000 | 100101 |
Color Harmonies of #666E50
Complementary color
Monochromatic Colors of #666E50
Black with #666E50
Text Example
Text Example
White with #666E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E50; }
p { color: rgb(102,110,80); }
H1.HeaderClassName
{
color: #666E50;
}
.AnyTagClassName
{
color: #666E50;
}
</style>
background-color css
<style>
a { background-color: #666E50; }
a { background-color: rgb(102,110,80); }
div.DivClassName
{
background-color: #666E50;
}
.BgClassName
{
background-color: #666E50;
}
</style>
border-color css
<style>
span { border-color: #666E50; }
span { border-color: rgb(102,110,80); }
td.TdClassName
{
border-color: #666E50;
}
.TagClassName
{
border-color: #666E50;
}
</style>