#66704D

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

Shades of Siam #66704D

Tints of Siam #66704D

Color information

#66704D (or 0x66704D) is unknown color: approx Siam. HEX triplet: 66, 70 and 4D. RGB value is (102,112,77). Sum of RGB (Red+Green+Blue) = 102+112+77=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #66704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66704D is #998FB2. Grayscale: #696969. Windows color (decimal): -10063795 or 5075046. OLE color: 5075046.

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

Color convert

RGB10211277-
CMYK0.0900.310.56
HSL77.14º18.52%37.06%-
HSV(B)77.14º31.25%43.92%-
XYZ12.6114.959.24-
YUV105.02112.19125.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=35.05%
G=38.49%
B=26.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112770.0900.310.5677.1418.5237.06
Hex66704D901F384d1325
Octal14616011511037701152345
Binary1100110111000010011011001011111111000100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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