#646241

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

Shades of Verdigris #646241

Tints of Verdigris #646241

Color information

#646241 (or 0x646241) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 41. RGB value is (100,98,65). Sum of RGB (Red+Green+Blue) = 100+98+65=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #646241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646241 is #9B9DBE. Grayscale: #5E5E5E. Windows color (decimal): -10198463 or 4285028. OLE color: 4285028.

HSL color Cylindrical-coordinate representation of color #646241: hue angle of 56.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646241 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1009865-
CMYK00.020.350.61
HSL56.57º21.21%32.35%-
HSV(B)56.57º35%39.22%-
XYZ10.5811.836.73-
YUV94.84111.16131.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=38.02%
G=37.26%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100986500.020.350.6156.5721.2132.35
Hex64624102233D391520
Octal144142101024375712540
Binary11001001100010100000101010001111110111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646241; }

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

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

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

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

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

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

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

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