#66685C

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

Shades of Siam #66685C

Tints of Siam #66685C

Color information

#66685C (or 0x66685C) is unknown color: approx Siam. HEX triplet: 66, 68 and 5C. RGB value is (102,104,92). Sum of RGB (Red+Green+Blue) = 102+104+92=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #66685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66685C is #9997A3. Grayscale: #666666. Windows color (decimal): -10065828 or 6056038. OLE color: 6056038.

HSL color Cylindrical-coordinate representation of color #66685C: hue angle of 70º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66685C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10210492-
CMYK0.0200.120.59
HSL70º6.12%38.43%-
HSV(B)70º11.54%40.78%-
XYZ12.3613.512.08-
YUV102.03122.34127.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=34.23%
G=34.90%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104920.0200.120.59706.1238.43
Hex66685C20C3B46626
Octal146150134201473106646
Binary11001101101000101110010011001110111000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,104,92); }

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

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

 a { background-color: rgb(102,104,92); }

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

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

 span { border-color: rgb(102,104,92); }

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