#615F49

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

Shades of Verdigris #615F49

Tints of Verdigris #615F49

Color information

#615F49 (or 0x615F49) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 49. RGB value is (97,95,73). Sum of RGB (Red+Green+Blue) = 97+95+73=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F49 is #9EA0B6. Grayscale: #5D5D5D. Windows color (decimal): -10395831 or 4808545. OLE color: 4808545.

HSL color Cylindrical-coordinate representation of color #615F49: hue angle of 55º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615F49 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB979573-
CMYK00.020.250.62
HSL55º14.12%33.33%-
HSV(B)55º24.74%38.04%-
XYZ10.2211.217.93-
YUV93.09116.66130.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=36.60%
G=35.85%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97957300.020.250.625514.1233.33
Hex615F4902193E37e21
Octal141137111023176671641
Binary110000110111111001001010110011111101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F49; }

 p { color: rgb(97,95,73); }

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

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

 a { background-color: rgb(97,95,73); }

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

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

 span { border-color: rgb(97,95,73); }

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