#66684B

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

Shades of Siam #66684B

Tints of Siam #66684B

Color information

#66684B (or 0x66684B) is unknown color: approx Siam. HEX triplet: 66, 68 and 4B. RGB value is (102,104,75). Sum of RGB (Red+Green+Blue) = 102+104+75=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #66684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66684B is #9997B4. Grayscale: #646464. Windows color (decimal): -10065845 or 4941926. OLE color: 4941926.

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

Color convert

RGB10210475-
CMYK0.0200.280.59
HSL64.14º16.2%35.1%-
HSV(B)64.14º27.88%40.78%-
XYZ11.713.238.59-
YUV100.1113.84129.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=36.30%
G=37.01%
B=26.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104750.0200.280.5964.1416.235.1
Hex66684B201C3B401023
Octal1461501132034731002043
Binary11001101101000100101110011100111011100000010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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