#666D4D

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

Shades of Siam #666D4D

Tints of Siam #666D4D

Color information

#666D4D (or 0x666D4D) is unknown color: approx Siam. HEX triplet: 66, 6D and 4D. RGB value is (102,109,77). Sum of RGB (Red+Green+Blue) = 102+109+77=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #666D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D4D is #9992B2. Grayscale: #676767. Windows color (decimal): -10064563 or 5074278. OLE color: 5074278.

HSL color Cylindrical-coordinate representation of color #666D4D: hue angle of 73.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666D4D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB10210977-
CMYK0.0600.290.57
HSL73.12º17.2%36.47%-
HSV(B)73.12º29.36%42.75%-
XYZ12.2914.39.13-
YUV103.26113.18127.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=35.42%
G=37.85%
B=26.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102109770.0600.290.5773.1217.236.47
Hex666D4D601D39491124
Octal1461551156035711112144
Binary110011011011011001101110011101111001100100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666D4D; }

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

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

<style>
 a { background-color: #666D4D; }

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

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

<style>
 span { border-color: #666D4D; }

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

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