#66684A

Color #66684A Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #66684A

Tints of Siam #66684A

Color information

#66684A (or 0x66684A) is unknown color: approx Siam. HEX triplet: 66, 68 and 4A. RGB value is (102,104,74). Sum of RGB (Red+Green+Blue) = 102+104+74=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #66684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66684A is #9997B5. Grayscale: #646464. Windows color (decimal): -10065846 or 4876390. OLE color: 4876390.

HSL color Cylindrical-coordinate representation of color #66684A: hue angle of 64º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66684A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB10210474-
CMYK0.0200.290.59
HSL64º16.85%34.9%-
HSV(B)64º28.85%40.78%-
XYZ11.6713.228.42-
YUV99.98113.34129.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=36.43%
G=37.14%
B=26.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104740.0200.290.596416.8534.9
Hex66684A201D3B401123
Octal1461501122035731002143
Binary11001101101000100101010011101111011100000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66684A; }

 p { color: rgb(102,104,74); }

 H1.HeaderClassName
 {
   color: #66684A;
 }
 .AnyTagClassName
 {
   color: #66684A;
 }
</style>
background-color css

<style>
 a { background-color: #66684A; }

 a { background-color: rgb(102,104,74); }

 div.DivClassName
 {
   background-color: #66684A;
 }
 .BgClassName
 {
   background-color: #66684A;
 }
</style>
border-color css

<style>
 span { border-color: #66684A; }

 span { border-color: rgb(102,104,74); }

 td.TdClassName
 {
   border-color: #66684A;
 }
 .TagClassName
 {
   border-color: #66684A;
 }
</style>