#666436

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

Shades of Verdigris #666436

Tints of Verdigris #666436

Color information

#666436 (or 0x666436) is unknown color: approx Verdigris. HEX triplet: 66, 64 and 36. RGB value is (102,100,54). Sum of RGB (Red+Green+Blue) = 102+100+54=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #666436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666436 is #999BC9. Grayscale: #5F5F5F. Windows color (decimal): -10066890 or 3564646. OLE color: 3564646.

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

Color convert

RGB10210054-
CMYK00.020.470.6
HSL57.5º30.77%30.59%-
HSV(B)57.5º47.06%40%-
XYZ10.712.215.28-
YUV95.35104.66132.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=39.84%
G=39.06%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021005400.020.470.657.530.7730.59
Hex666436022F3C3a1f1f
Octal14614466025774723737
Binary110011011001001101100101011111111001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666436; }

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

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

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

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

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

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

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

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