Shades of Siam #666750
Tints of Siam #666750
RGB
CMYK
RGB Variations
Color information
#666750 (or 0x666750) is known color: Siam. HEX triplet: 66, 67 and 50. RGB value is (102,103,80). Sum of RGB (Red+Green+Blue) = 102+103+80=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #666750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666750 is #9998AF. Grayscale: #646464. Windows color (decimal): -10066096 or 5269350. OLE color: 5269350.
HSL color Cylindrical-coordinate representation of color #666750: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666750 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 80 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.60 |
| HSL | 62.61º | 0.13% | 0.36% | - |
| HSV(B) | 62.61º | 0.22% | 0.4% | - |
| XYZ | 11.78 | 13.1 | 9.5 | - |
| YUV | 100.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 80 | 0.01 | 0 | 0.22 | 0.60 | 62.61 | 0.13 | 0.36 |
| Hex | 66 | 67 | 50 | 1 | 0 | 16 | 3C | 3F | D | 24 |
| Octal | 146 | 147 | 120 | 1 | 0 | 26 | 74 | 77 | 15 | 44 |
| Binary | 1100110 | 1100111 | 1010000 | 1 | 0 | 10110 | 111100 | 111111 | 1101 | 100100 |
Color Harmonies of #666750
Complementary color
Monochromatic Colors of #666750
Black with #666750
Text Example
Text Example
White with #666750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666750; }
p { color: rgb(102,103,80); }
H1.HeaderClassName
{
color: #666750;
}
.AnyTagClassName
{
color: #666750;
}
</style>
background-color css
<style>
a { background-color: #666750; }
a { background-color: rgb(102,103,80); }
div.DivClassName
{
background-color: #666750;
}
.BgClassName
{
background-color: #666750;
}
</style>
border-color css
<style>
span { border-color: #666750; }
span { border-color: rgb(102,103,80); }
td.TdClassName
{
border-color: #666750;
}
.TagClassName
{
border-color: #666750;
}
</style>