#66684E

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

Shades of Siam #66684E

Tints of Siam #66684E

Color information

#66684E (or 0x66684E) is unknown color: approx Siam. HEX triplet: 66, 68 and 4E. RGB value is (102,104,78). Sum of RGB (Red+Green+Blue) = 102+104+78=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #66684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66684E is #9997B1. Grayscale: #646464. Windows color (decimal): -10065842 or 5138534. OLE color: 5138534.

HSL color Cylindrical-coordinate representation of color #66684E: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66684E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10210478-
CMYK0.0200.250.59
HSL64.62º14.29%35.69%-
HSV(B)64.62º25%40.78%-
XYZ11.813.289.15-
YUV100.44115.34129.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=35.92%
G=36.62%
B=27.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104780.0200.250.5964.6214.2935.69
Hex66684E20193B41e24
Octal1461501162031731011644
Binary1100110110100010011101001100111101110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66684E; }

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

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

<style>
 a { background-color: #66684E; }

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

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

<style>
 span { border-color: #66684E; }

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

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