#646246

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

Shades of Verdigris #646246

Tints of Verdigris #646246

Color information

#646246 (or 0x646246) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 46. RGB value is (100,98,70). Sum of RGB (Red+Green+Blue) = 100+98+70=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646246 is #9B9DB9. Grayscale: #5F5F5F. Windows color (decimal): -10198458 or 4612708. OLE color: 4612708.

HSL color Cylindrical-coordinate representation of color #646246: hue angle of 56º 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 #646246 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1009870-
CMYK00.020.300.61
HSL56º17.65%33.33%-
HSV(B)56º30%39.22%-
XYZ10.7311.897.52-
YUV95.41113.66131.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=37.31%
G=36.57%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987000.020.300.615617.6533.33
Hex646246021E3D381221
Octal144142106023675702241
Binary1100100110001010001100101111011110111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646246; }

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

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

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

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

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

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

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

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