Shades of Siam #666B53
Tints of Siam #666B53
RGB
CMYK
RGB Variations
Color information
#666B53 (or 0x666B53) is known color: Siam. HEX triplet: 66, 6B and 53. RGB value is (102,107,83). Sum of RGB (Red+Green+Blue) = 102+107+83=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #666B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B53 is #9994AC. Grayscale: #666666. Windows color (decimal): -10065069 or 5466982. OLE color: 5466982.
HSL color Cylindrical-coordinate representation of color #666B53: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666B53 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 83 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.58 |
| HSL | 72.5º | 0.13% | 0.37% | - |
| HSV(B) | 72.5º | 0.22% | 0.42% | - |
| XYZ | 12.3 | 13.96 | 10.23 | - |
| YUV | 102.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 83 | 0.05 | 0 | 0.22 | 0.58 | 72.5 | 0.13 | 0.37 |
| Hex | 66 | 6B | 53 | 5 | 0 | 16 | 3A | 48 | D | 25 |
| Octal | 146 | 153 | 123 | 5 | 0 | 26 | 72 | 110 | 15 | 45 |
| Binary | 1100110 | 1101011 | 1010011 | 101 | 0 | 10110 | 111010 | 1001000 | 1101 | 100101 |
Color Harmonies of #666B53
Complementary color
Monochromatic Colors of #666B53
Black with #666B53
Text Example
Text Example
White with #666B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B53; }
p { color: rgb(102,107,83); }
H1.HeaderClassName
{
color: #666B53;
}
.AnyTagClassName
{
color: #666B53;
}
</style>
background-color css
<style>
a { background-color: #666B53; }
a { background-color: rgb(102,107,83); }
div.DivClassName
{
background-color: #666B53;
}
.BgClassName
{
background-color: #666B53;
}
</style>
border-color css
<style>
span { border-color: #666B53; }
span { border-color: rgb(102,107,83); }
td.TdClassName
{
border-color: #666B53;
}
.TagClassName
{
border-color: #666B53;
}
</style>