Shades of Siam #66694A
Tints of Siam #66694A
RGB
CMYK
RGB Variations
Color information
#66694A (or 0x66694A) is known color: Siam. HEX triplet: 66, 69 and 4A. RGB value is (102,105,74). Sum of RGB (Red+Green+Blue) = 102+105+74=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #66694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66694A is #9996B5. Grayscale: #646464. Windows color (decimal): -10065590 or 4876646. OLE color: 4876646.
HSL color Cylindrical-coordinate representation of color #66694A: hue angle of 65.81º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66694A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 74 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.59 |
| HSL | 65.81º | 0.17% | 0.35% | - |
| HSV(B) | 65.81º | 0.3% | 0.41% | - |
| XYZ | 11.77 | 13.42 | 8.45 | - |
| YUV | 100.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 74 | 0.03 | 0 | 0.30 | 0.59 | 65.81 | 0.17 | 0.35 |
| Hex | 66 | 69 | 4A | 3 | 0 | 1E | 3B | 42 | 11 | 23 |
| Octal | 146 | 151 | 112 | 3 | 0 | 36 | 73 | 102 | 21 | 43 |
| Binary | 1100110 | 1101001 | 1001010 | 11 | 0 | 11110 | 111011 | 1000010 | 10001 | 100011 |
Color Harmonies of #66694A
Complementary color
Monochromatic Colors of #66694A
Black with #66694A
Text Example
Text Example
White with #66694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66694A; }
p { color: rgb(102,105,74); }
H1.HeaderClassName
{
color: #66694A;
}
.AnyTagClassName
{
color: #66694A;
}
</style>
background-color css
<style>
a { background-color: #66694A; }
a { background-color: rgb(102,105,74); }
div.DivClassName
{
background-color: #66694A;
}
.BgClassName
{
background-color: #66694A;
}
</style>
border-color css
<style>
span { border-color: #66694A; }
span { border-color: rgb(102,105,74); }
td.TdClassName
{
border-color: #66694A;
}
.TagClassName
{
border-color: #66694A;
}
</style>