#646048

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

Shades of Verdigris #646048

Tints of Verdigris #646048

Color information

#646048 (or 0x646048) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 48. RGB value is (100,96,72). Sum of RGB (Red+Green+Blue) = 100+96+72=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646048 is #9B9FB7. Grayscale: #5E5E5E. Windows color (decimal): -10198968 or 4743268. OLE color: 4743268.

HSL color Cylindrical-coordinate representation of color #646048: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646048 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1009672-
CMYK00.040.280.61
HSL51.43º16.28%33.73%-
HSV(B)51.43º28%39.22%-
XYZ10.6111.547.8-
YUV94.46115.33131.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=37.31%
G=35.82%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100967200.040.280.6151.4316.2833.73
Hex646048041C3D331022
Octal144140110043475632042
Binary11001001100000100100001001110011110111001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646048; }

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

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

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

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

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

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

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

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