Shades of Siam #666A4E
Tints of Siam #666A4E
RGB
CMYK
RGB Variations
Color information
#666A4E (or 0x666A4E) is known color: Siam. HEX triplet: 66, 6A and 4E. RGB value is (102,106,78). Sum of RGB (Red+Green+Blue) = 102+106+78=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #666A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A4E is #9995B1. Grayscale: #656565. Windows color (decimal): -10065330 or 5139046. OLE color: 5139046.
HSL color Cylindrical-coordinate representation of color #666A4E: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666A4E is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 78 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.58 |
| HSL | 68.57º | 0.15% | 0.36% | - |
| HSV(B) | 68.57º | 0.26% | 0.42% | - |
| XYZ | 12.01 | 13.68 | 9.22 | - |
| YUV | 101.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 78 | 0.04 | 0 | 0.26 | 0.58 | 68.57 | 0.15 | 0.36 |
| Hex | 66 | 6A | 4E | 4 | 0 | 1A | 3A | 45 | F | 24 |
| Octal | 146 | 152 | 116 | 4 | 0 | 32 | 72 | 105 | 17 | 44 |
| Binary | 1100110 | 1101010 | 1001110 | 100 | 0 | 11010 | 111010 | 1000101 | 1111 | 100100 |
Color Harmonies of #666A4E
Complementary color
Monochromatic Colors of #666A4E
Black with #666A4E
Text Example
Text Example
White with #666A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A4E; }
p { color: rgb(102,106,78); }
H1.HeaderClassName
{
color: #666A4E;
}
.AnyTagClassName
{
color: #666A4E;
}
</style>
background-color css
<style>
a { background-color: #666A4E; }
a { background-color: rgb(102,106,78); }
div.DivClassName
{
background-color: #666A4E;
}
.BgClassName
{
background-color: #666A4E;
}
</style>
border-color css
<style>
span { border-color: #666A4E; }
span { border-color: rgb(102,106,78); }
td.TdClassName
{
border-color: #666A4E;
}
.TagClassName
{
border-color: #666A4E;
}
</style>