#646144

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

Shades of Verdigris #646144

Tints of Verdigris #646144

Color information

#646144 (or 0x646144) is unknown color: approx Verdigris. HEX triplet: 64, 61 and 44. RGB value is (100,97,68). Sum of RGB (Red+Green+Blue) = 100+97+68=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646144 is #9B9EBB. Grayscale: #5E5E5E. Windows color (decimal): -10198716 or 4481380. OLE color: 4481380.

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

Color convert

RGB1009768-
CMYK00.030.320.61
HSL54.38º19.05%32.94%-
HSV(B)54.38º32%39.22%-
XYZ10.5711.687.17-
YUV94.59112.99131.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=37.74%
G=36.60%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100976800.030.320.6154.3819.0532.94
Hex64614403203D361321
Octal144141104034075662341
Binary11001001100001100010001110000011110111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646144; }

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

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

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

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

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

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

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

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