Shades of Siam #66684B
Tints of Siam #66684B
RGB
CMYK
RGB Variations
Color information
#66684B (or 0x66684B) is known color: Siam. HEX triplet: 66, 68 and 4B. RGB value is (102,104,75). Sum of RGB (Red+Green+Blue) = 102+104+75=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #66684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66684B is #9997B4. Grayscale: #646464. Windows color (decimal): -10065845 or 4941926. OLE color: 4941926.
HSL color Cylindrical-coordinate representation of color #66684B: hue angle of 64.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66684B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 75 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.59 |
| HSL | 64.14º | 0.16% | 0.35% | - |
| HSV(B) | 64.14º | 0.28% | 0.41% | - |
| XYZ | 11.7 | 13.23 | 8.59 | - |
| YUV | 100.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 75 | 0.02 | 0 | 0.28 | 0.59 | 64.14 | 0.16 | 0.35 |
| Hex | 66 | 68 | 4B | 2 | 0 | 1C | 3B | 40 | 10 | 23 |
| Octal | 146 | 150 | 113 | 2 | 0 | 34 | 73 | 100 | 20 | 43 |
| Binary | 1100110 | 1101000 | 1001011 | 10 | 0 | 11100 | 111011 | 1000000 | 10000 | 100011 |
Color Harmonies of #66684B
Complementary color
Monochromatic Colors of #66684B
Black with #66684B
Text Example
Text Example
White with #66684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66684B; }
p { color: rgb(102,104,75); }
H1.HeaderClassName
{
color: #66684B;
}
.AnyTagClassName
{
color: #66684B;
}
</style>
background-color css
<style>
a { background-color: #66684B; }
a { background-color: rgb(102,104,75); }
div.DivClassName
{
background-color: #66684B;
}
.BgClassName
{
background-color: #66684B;
}
</style>
border-color css
<style>
span { border-color: #66684B; }
span { border-color: rgb(102,104,75); }
td.TdClassName
{
border-color: #66684B;
}
.TagClassName
{
border-color: #66684B;
}
</style>