#646244

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

Shades of Verdigris #646244

Tints of Verdigris #646244

Color information

#646244 (or 0x646244) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 44. RGB value is (100,98,68). Sum of RGB (Red+Green+Blue) = 100+98+68=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #646244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646244 is #9B9DBB. Grayscale: #5F5F5F. Windows color (decimal): -10198460 or 4481636. OLE color: 4481636.

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

Color convert

RGB1009868-
CMYK00.020.320.61
HSL56.25º19.05%32.94%-
HSV(B)56.25º32%39.22%-
XYZ10.6711.867.2-
YUV95.18112.66131.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=37.59%
G=36.84%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100986800.020.320.6156.2519.0532.94
Hex64624402203D381321
Octal144142104024075702341
Binary11001001100010100010001010000011110111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646244; }

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

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

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

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

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

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

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

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