Shades of Siam #666D4B
Tints of Siam #666D4B
RGB
CMYK
RGB Variations
Color information
#666D4B (or 0x666D4B) is known color: Siam. HEX triplet: 66, 6D and 4B. RGB value is (102,109,75). Sum of RGB (Red+Green+Blue) = 102+109+75=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #666D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D4B is #9992B4. Grayscale: #676767. Windows color (decimal): -10064565 or 4943206. OLE color: 4943206.
HSL color Cylindrical-coordinate representation of color #666D4B: hue angle of 72.35º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666D4B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 75 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.57 |
| HSL | 72.35º | 0.18% | 0.36% | - |
| HSV(B) | 72.35º | 0.31% | 0.43% | - |
| XYZ | 12.22 | 14.27 | 8.77 | - |
| YUV | 103.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 75 | 0.06 | 0 | 0.31 | 0.57 | 72.35 | 0.18 | 0.36 |
| Hex | 66 | 6D | 4B | 6 | 0 | 1F | 39 | 48 | 12 | 24 |
| Octal | 146 | 155 | 113 | 6 | 0 | 37 | 71 | 110 | 22 | 44 |
| Binary | 1100110 | 1101101 | 1001011 | 110 | 0 | 11111 | 111001 | 1001000 | 10010 | 100100 |
Color Harmonies of #666D4B
Complementary color
Monochromatic Colors of #666D4B
Black with #666D4B
Text Example
Text Example
White with #666D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D4B; }
p { color: rgb(102,109,75); }
H1.HeaderClassName
{
color: #666D4B;
}
.AnyTagClassName
{
color: #666D4B;
}
</style>
background-color css
<style>
a { background-color: #666D4B; }
a { background-color: rgb(102,109,75); }
div.DivClassName
{
background-color: #666D4B;
}
.BgClassName
{
background-color: #666D4B;
}
</style>
border-color css
<style>
span { border-color: #666D4B; }
span { border-color: rgb(102,109,75); }
td.TdClassName
{
border-color: #666D4B;
}
.TagClassName
{
border-color: #666D4B;
}
</style>