#646046

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

Shades of Verdigris #646046

Tints of Verdigris #646046

Color information

#646046 (or 0x646046) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 46. RGB value is (100,96,70). Sum of RGB (Red+Green+Blue) = 100+96+70=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #646046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646046 is #9B9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10198970 or 4612196. OLE color: 4612196.

HSL color Cylindrical-coordinate representation of color #646046: hue angle of 52º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646046 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1009670-
CMYK00.040.300.61
HSL52º17.65%33.33%-
HSV(B)52º30%39.22%-
XYZ10.5411.527.46-
YUV94.23114.33132.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=37.59%
G=36.09%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100967000.040.300.615217.6533.33
Hex646046041E3D341221
Octal144140106043675642241
Binary11001001100000100011001001111011110111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646046; }

 p { color: rgb(100,96,70); }

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

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

 a { background-color: rgb(100,96,70); }

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

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

 span { border-color: rgb(100,96,70); }

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