#666740

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

Shades of Verdigris #666740

Tints of Verdigris #666740

Color information

#666740 (or 0x666740) is unknown color: approx Verdigris. HEX triplet: 66, 67 and 40. RGB value is (102,103,64). Sum of RGB (Red+Green+Blue) = 102+103+64=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #666740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666740 is #9998BF. Grayscale: #626262. Windows color (decimal): -10066112 or 4220774. OLE color: 4220774.

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

Color convert

RGB10210364-
CMYK0.0100.380.60
HSL61.54º23.35%32.75%-
HSV(B)61.54º37.86%40.39%-
XYZ11.2612.96.75-
YUV98.26108.67130.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=37.92%
G=38.29%
B=23.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103640.0100.380.6061.5423.3532.75
Hex66674010263C3e1721
Octal146147100104674762741
Binary1100110110011110000001010011011110011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666740; }

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

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

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

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

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

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

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

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