#615F47

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

Shades of Verdigris #615F47

Tints of Verdigris #615F47

Color information

#615F47 (or 0x615F47) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 47. RGB value is (97,95,71). Sum of RGB (Red+Green+Blue) = 97+95+71=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F47 is #9EA0B8. Grayscale: #5C5C5C. Windows color (decimal): -10395833 or 4677473. OLE color: 4677473.

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

Color convert

RGB979571-
CMYK00.020.270.62
HSL55.38º15.48%32.94%-
HSV(B)55.38º26.8%38.04%-
XYZ10.1611.187.58-
YUV92.86115.66130.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=36.88%
G=36.12%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97957100.020.270.6255.3815.4832.94
Hex615F47021B3E37f21
Octal141137107023376671741
Binary110000110111111000111010110111111101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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