#666E52

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

Shades of Siam #666E52

Tints of Siam #666E52

Color information

#666E52 (or 0x666E52) is unknown color: approx Siam. HEX triplet: 66, 6E and 52. RGB value is (102,110,82). Sum of RGB (Red+Green+Blue) = 102+110+82=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #666E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E52 is #9991AD. Grayscale: #686868. Windows color (decimal): -10064302 or 5402214. OLE color: 5402214.

HSL color Cylindrical-coordinate representation of color #666E52: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666E52 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB10211082-
CMYK0.0700.250.57
HSL77.14º14.58%37.65%-
HSV(B)77.14º25.45%43.14%-
XYZ12.5814.5910.14-
YUV104.42115.35126.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=34.69%
G=37.41%
B=27.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102110820.0700.250.5777.1414.5837.65
Hex666E527019394df26
Octal1461561227031711151746
Binary11001101101110101001011101100111100110011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,82); }

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

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

 a { background-color: rgb(102,110,82); }

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

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

 span { border-color: rgb(102,110,82); }

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