#66685E

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

Shades of Siam #66685E

Tints of Siam #66685E

Color information

#66685E (or 0x66685E) is unknown color: approx Siam. HEX triplet: 66, 68 and 5E. RGB value is (102,104,94). Sum of RGB (Red+Green+Blue) = 102+104+94=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #66685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66685E is #9997A1. Grayscale: #666666. Windows color (decimal): -10065826 or 6187110. OLE color: 6187110.

HSL color Cylindrical-coordinate representation of color #66685E: hue angle of 72º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #66685E is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10210494-
CMYK0.0200.100.59
HSL72º5.05%38.82%-
HSV(B)72º9.62%40.78%-
XYZ12.4513.5312.55-
YUV102.26123.34127.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=34%
G=34.67%
B=31.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104940.0200.100.59725.0538.82
Hex66685E20A3B48527
Octal146150136201273110547
Binary11001101101000101111010010101110111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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