Shades of Siam #666D53
Tints of Siam #666D53
RGB
CMYK
RGB Variations
Color information
#666D53 (or 0x666D53) is known color: Siam. HEX triplet: 66, 6D and 53. RGB value is (102,109,83). Sum of RGB (Red+Green+Blue) = 102+109+83=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #666D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D53 is #9992AC. Grayscale: #686868. Windows color (decimal): -10064557 or 5467494. OLE color: 5467494.
HSL color Cylindrical-coordinate representation of color #666D53: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666D53 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 83 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.57 |
| HSL | 76.15º | 0.14% | 0.38% | - |
| HSV(B) | 76.15º | 0.24% | 0.43% | - |
| XYZ | 12.51 | 14.39 | 10.3 | - |
| YUV | 103.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 83 | 0.06 | 0 | 0.24 | 0.57 | 76.15 | 0.14 | 0.38 |
| Hex | 66 | 6D | 53 | 6 | 0 | 18 | 39 | 4C | E | 26 |
| Octal | 146 | 155 | 123 | 6 | 0 | 30 | 71 | 114 | 16 | 46 |
| Binary | 1100110 | 1101101 | 1010011 | 110 | 0 | 11000 | 111001 | 1001100 | 1110 | 100110 |
Color Harmonies of #666D53
Complementary color
Monochromatic Colors of #666D53
Black with #666D53
Text Example
Text Example
White with #666D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D53; }
p { color: rgb(102,109,83); }
H1.HeaderClassName
{
color: #666D53;
}
.AnyTagClassName
{
color: #666D53;
}
</style>
background-color css
<style>
a { background-color: #666D53; }
a { background-color: rgb(102,109,83); }
div.DivClassName
{
background-color: #666D53;
}
.BgClassName
{
background-color: #666D53;
}
</style>
border-color css
<style>
span { border-color: #666D53; }
span { border-color: rgb(102,109,83); }
td.TdClassName
{
border-color: #666D53;
}
.TagClassName
{
border-color: #666D53;
}
</style>