#666441

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

Shades of Verdigris #666441

Tints of Verdigris #666441

Color information

#666441 (or 0x666441) is unknown color: approx Verdigris. HEX triplet: 66, 64 and 41. RGB value is (102,100,65). Sum of RGB (Red+Green+Blue) = 102+100+65=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #666441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666441 is #999BBE. Grayscale: #606060. Windows color (decimal): -10066879 or 4285542. OLE color: 4285542.

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

Color convert

RGB10210065-
CMYK00.020.360.6
HSL56.76º22.16%32.75%-
HSV(B)56.76º36.27%40%-
XYZ10.9912.326.8-
YUV96.61110.16131.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=38.20%
G=37.45%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021006500.020.360.656.7622.1632.75
Hex66644102243C391621
Octal146144101024474712641
Binary11001101100100100000101010010011110011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666441; }

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

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

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

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

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

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

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

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