#666741

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

Shades of Verdigris #666741

Tints of Verdigris #666741

Color information

#666741 (or 0x666741) is unknown color: approx Verdigris. HEX triplet: 66, 67 and 41. RGB value is (102,103,65). Sum of RGB (Red+Green+Blue) = 102+103+65=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #666741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666741 is #9998BE. Grayscale: #626262. Windows color (decimal): -10066111 or 4286310. OLE color: 4286310.

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

Color convert

RGB10210365-
CMYK0.0100.370.60
HSL61.58º22.62%32.94%-
HSV(B)61.58º36.89%40.39%-
XYZ11.2812.916.9-
YUV98.37109.17130.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=37.78%
G=38.15%
B=24.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103650.0100.370.6061.5822.6232.94
Hex66674110253C3e1721
Octal146147101104574762741
Binary1100110110011110000011010010111110011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666741; }

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

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

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

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

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

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

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

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