Shades of Siam #66694E
Tints of Siam #66694E
RGB
CMYK
RGB Variations
Color information
#66694E (or 0x66694E) is known color: Siam. HEX triplet: 66, 69 and 4E. RGB value is (102,105,78). Sum of RGB (Red+Green+Blue) = 102+105+78=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #66694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66694E is #9996B1. Grayscale: #656565. Windows color (decimal): -10065586 or 5138790. OLE color: 5138790.
HSL color Cylindrical-coordinate representation of color #66694E: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66694E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 78 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.59 |
| HSL | 66.67º | 0.15% | 0.36% | - |
| HSV(B) | 66.67º | 0.26% | 0.41% | - |
| XYZ | 11.91 | 13.48 | 9.18 | - |
| YUV | 101.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 78 | 0.03 | 0 | 0.26 | 0.59 | 66.67 | 0.15 | 0.36 |
| Hex | 66 | 69 | 4E | 3 | 0 | 1A | 3B | 43 | F | 24 |
| Octal | 146 | 151 | 116 | 3 | 0 | 32 | 73 | 103 | 17 | 44 |
| Binary | 1100110 | 1101001 | 1001110 | 11 | 0 | 11010 | 111011 | 1000011 | 1111 | 100100 |
Color Harmonies of #66694E
Complementary color
Monochromatic Colors of #66694E
Black with #66694E
Text Example
Text Example
White with #66694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66694E; }
p { color: rgb(102,105,78); }
H1.HeaderClassName
{
color: #66694E;
}
.AnyTagClassName
{
color: #66694E;
}
</style>
background-color css
<style>
a { background-color: #66694E; }
a { background-color: rgb(102,105,78); }
div.DivClassName
{
background-color: #66694E;
}
.BgClassName
{
background-color: #66694E;
}
</style>
border-color css
<style>
span { border-color: #66694E; }
span { border-color: rgb(102,105,78); }
td.TdClassName
{
border-color: #66694E;
}
.TagClassName
{
border-color: #66694E;
}
</style>