Shades of Siam #666755
Tints of Siam #666755
RGB
CMYK
RGB Variations
Color information
#666755 (or 0x666755) is known color: Siam. HEX triplet: 66, 67 and 55. RGB value is (102,103,85). Sum of RGB (Red+Green+Blue) = 102+103+85=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 103 - color contains mainly: green. Hex color #666755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666755 is #9998AA. Grayscale: #646464. Windows color (decimal): -10066091 or 5597030. OLE color: 5597030.
HSL color Cylindrical-coordinate representation of color #666755: hue angle of 63.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666755 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 85 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.60 |
| HSL | 63.33º | 0.1% | 0.37% | - |
| HSV(B) | 63.33º | 0.17% | 0.4% | - |
| XYZ | 11.97 | 13.18 | 10.51 | - |
| YUV | 100.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 85 | 0.01 | 0 | 0.17 | 0.60 | 63.33 | 0.1 | 0.37 |
| Hex | 66 | 67 | 55 | 1 | 0 | 11 | 3C | 3F | A | 25 |
| Octal | 146 | 147 | 125 | 1 | 0 | 21 | 74 | 77 | 12 | 45 |
| Binary | 1100110 | 1100111 | 1010101 | 1 | 0 | 10001 | 111100 | 111111 | 1010 | 100101 |
Color Harmonies of #666755
Complementary color
Monochromatic Colors of #666755
Black with #666755
Text Example
Text Example
White with #666755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666755; }
p { color: rgb(102,103,85); }
H1.HeaderClassName
{
color: #666755;
}
.AnyTagClassName
{
color: #666755;
}
</style>
background-color css
<style>
a { background-color: #666755; }
a { background-color: rgb(102,103,85); }
div.DivClassName
{
background-color: #666755;
}
.BgClassName
{
background-color: #666755;
}
</style>
border-color css
<style>
span { border-color: #666755; }
span { border-color: rgb(102,103,85); }
td.TdClassName
{
border-color: #666755;
}
.TagClassName
{
border-color: #666755;
}
</style>