Shades of Siam #666953
Tints of Siam #666953
RGB
CMYK
RGB Variations
Color information
#666953 (or 0x666953) is known color: Siam. HEX triplet: 66, 69 and 53. RGB value is (102,105,83). Sum of RGB (Red+Green+Blue) = 102+105+83=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #666953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666953 is #9996AC. Grayscale: #656565. Windows color (decimal): -10065581 or 5466470. OLE color: 5466470.
HSL color Cylindrical-coordinate representation of color #666953: hue angle of 68.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666953 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 83 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.59 |
| HSL | 68.18º | 0.12% | 0.37% | - |
| HSV(B) | 68.18º | 0.21% | 0.41% | - |
| XYZ | 12.09 | 13.55 | 10.16 | - |
| YUV | 101.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 83 | 0.03 | 0 | 0.21 | 0.59 | 68.18 | 0.12 | 0.37 |
| Hex | 66 | 69 | 53 | 3 | 0 | 15 | 3B | 44 | C | 25 |
| Octal | 146 | 151 | 123 | 3 | 0 | 25 | 73 | 104 | 14 | 45 |
| Binary | 1100110 | 1101001 | 1010011 | 11 | 0 | 10101 | 111011 | 1000100 | 1100 | 100101 |
Color Harmonies of #666953
Complementary color
Monochromatic Colors of #666953
Black with #666953
Text Example
Text Example
White with #666953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666953; }
p { color: rgb(102,105,83); }
H1.HeaderClassName
{
color: #666953;
}
.AnyTagClassName
{
color: #666953;
}
</style>
background-color css
<style>
a { background-color: #666953; }
a { background-color: rgb(102,105,83); }
div.DivClassName
{
background-color: #666953;
}
.BgClassName
{
background-color: #666953;
}
</style>
border-color css
<style>
span { border-color: #666953; }
span { border-color: rgb(102,105,83); }
td.TdClassName
{
border-color: #666953;
}
.TagClassName
{
border-color: #666953;
}
</style>