#666640

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

Shades of Verdigris #666640

Tints of Verdigris #666640

Color information

#666640 (or 0x666640) is unknown color: approx Verdigris. HEX triplet: 66, 66 and 40. RGB value is (102,102,64). Sum of RGB (Red+Green+Blue) = 102+102+64=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666640 is #9999BF. Grayscale: #616161. Windows color (decimal): -10066368 or 4220518. OLE color: 4220518.

HSL color Cylindrical-coordinate representation of color #666640: hue angle of 60º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #666640 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB10210264-
CMYK000.370.6
HSL60º22.89%32.55%-
HSV(B)60º37.25%40%-
XYZ11.1612.76.71-
YUV97.67109131.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=38.06%
G=38.06%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210264000.370.66022.8932.55
Hex66664000253C3c1721
Octal146146100004574742741
Binary1100110110011010000000010010111110011110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666640; }

 p { color: rgb(102,102,64); }

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

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

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

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

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

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

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