#646047

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

Shades of Verdigris #646047

Tints of Verdigris #646047

Color information

#646047 (or 0x646047) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 47. RGB value is (100,96,71). Sum of RGB (Red+Green+Blue) = 100+96+71=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #646047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646047 is #9B9FB8. Grayscale: #5E5E5E. Windows color (decimal): -10198969 or 4677732. OLE color: 4677732.

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

Color convert

RGB1009671-
CMYK00.040.290.61
HSL51.72º16.96%33.53%-
HSV(B)51.72º29%39.22%-
XYZ10.5811.537.63-
YUV94.35114.83132.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=37.45%
G=35.96%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100967100.040.290.6151.7216.9633.53
Hex646047041D3D341122
Octal144140107043575642142
Binary11001001100000100011101001110111110111010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646047; }

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

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

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

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

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

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

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

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