#66694C

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

Shades of Siam #66694C

Tints of Siam #66694C

Color information

#66694C (or 0x66694C) is unknown color: approx Siam. HEX triplet: 66, 69 and 4C. RGB value is (102,105,76). Sum of RGB (Red+Green+Blue) = 102+105+76=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #66694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66694C is #9996B3. Grayscale: #646464. Windows color (decimal): -10065588 or 5007718. OLE color: 5007718.

HSL color Cylindrical-coordinate representation of color #66694C: hue angle of 66.21º 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 #66694C is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB10210576-
CMYK0.0300.280.59
HSL66.21º16.02%35.49%-
HSV(B)66.21º27.62%41.18%-
XYZ11.8413.458.81-
YUV100.8114.01128.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=36.04%
G=37.10%
B=26.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105760.0300.280.5966.2116.0235.49
Hex66694C301C3B421023
Octal1461511143034731022043
Binary11001101101001100110011011100111011100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66694C; }

 p { color: rgb(102,105,76); }

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

<style>
 a { background-color: #66694C; }

 a { background-color: rgb(102,105,76); }

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

<style>
 span { border-color: #66694C; }

 span { border-color: rgb(102,105,76); }

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