#66684F

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

Shades of Siam #66684F

Tints of Siam #66684F

Color information

#66684F (or 0x66684F) is unknown color: approx Siam. HEX triplet: 66, 68 and 4F. RGB value is (102,104,79). Sum of RGB (Red+Green+Blue) = 102+104+79=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #66684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66684F is #9997B0. Grayscale: #646464. Windows color (decimal): -10065841 or 5204070. OLE color: 5204070.

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

Color convert

RGB10210479-
CMYK0.0200.240.59
HSL64.8º13.66%35.88%-
HSV(B)64.8º24.04%40.78%-
XYZ11.8413.299.34-
YUV100.55115.84129.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=35.79%
G=36.49%
B=27.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104790.0200.240.5964.813.6635.88
Hex66684F20183B41e24
Octal1461501172030731011644
Binary1100110110100010011111001100011101110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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