#66704C

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

Shades of Siam #66704C

Tints of Siam #66704C

Color information

#66704C (or 0x66704C) is unknown color: approx Siam. HEX triplet: 66, 70 and 4C. RGB value is (102,112,76). Sum of RGB (Red+Green+Blue) = 102+112+76=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #66704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66704C is #998FB3. Grayscale: #696969. Windows color (decimal): -10063796 or 5009510. OLE color: 5009510.

HSL color Cylindrical-coordinate representation of color #66704C: hue angle of 76.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66704C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB10211276-
CMYK0.0900.320.56
HSL76.67º19.15%36.86%-
HSV(B)76.67º32.14%43.92%-
XYZ12.5814.939.06-
YUV104.91111.69125.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=35.17%
G=38.62%
B=26.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112760.0900.320.5676.6719.1536.86
Hex66704C9020384d1325
Octal14616011411040701152345
Binary11001101110000100110010010100000111000100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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