#666540

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

Shades of Verdigris #666540

Tints of Verdigris #666540

Color information

#666540 (or 0x666540) is unknown color: approx Verdigris. HEX triplet: 66, 65 and 40. RGB value is (102,101,64). Sum of RGB (Red+Green+Blue) = 102+101+64=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #666540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666540 is #999ABF. Grayscale: #616161. Windows color (decimal): -10066624 or 4220262. OLE color: 4220262.

HSL color Cylindrical-coordinate representation of color #666540: hue angle of 58.42º 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 #666540 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB10210164-
CMYK00.010.370.6
HSL58.42º22.89%32.55%-
HSV(B)58.42º37.25%40%-
XYZ11.0612.56.68-
YUV97.08109.33131.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=38.20%
G=37.83%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021016400.010.370.658.4222.8932.55
Hex66654001253C3a1721
Octal146145100014574722741
Binary1100110110010110000000110010111110011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666540; }

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

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

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

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

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

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

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

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