#666044

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

Shades of Verdigris #666044

Tints of Verdigris #666044

Color information

#666044 (or 0x666044) is unknown color: approx Verdigris. HEX triplet: 66, 60 and 44. RGB value is (102,96,68). Sum of RGB (Red+Green+Blue) = 102+96+68=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #666044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666044 is #999FBB. Grayscale: #5E5E5E. Windows color (decimal): -10067900 or 4481126. OLE color: 4481126.

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

Color convert

RGB1029668-
CMYK00.060.330.6
HSL49.41º20%33.33%-
HSV(B)49.41º33.33%40%-
XYZ10.7111.617.15-
YUV94.6112.99133.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=38.35%
G=36.09%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102966800.060.330.649.412033.33
Hex66604406213C311421
Octal146140104064174612441
Binary110011011000001000100011010000111110011000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666044; }

 p { color: rgb(102,96,68); }

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

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

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

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

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

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

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