#615D45

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

Shades of Verdigris #615D45

Tints of Verdigris #615D45

Color information

#615D45 (or 0x615D45) is unknown color: approx Verdigris. HEX triplet: 61, 5D and 45. RGB value is (97,93,69). Sum of RGB (Red+Green+Blue) = 97+93+69=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D45 is #9EA2BA. Grayscale: #5B5B5B. Windows color (decimal): -10396347 or 4545889. OLE color: 4545889.

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

Color convert

RGB979369-
CMYK00.040.290.62
HSL51.43º16.87%32.55%-
HSV(B)51.43º28.87%38.04%-
XYZ9.9210.87.19-
YUV91.46115.33131.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=37.45%
G=35.91%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97936900.040.290.6251.4316.8732.55
Hex615D45041D3E331121
Octal141135105043576632141
Binary11000011011101100010101001110111111011001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,69); }

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

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

 a { background-color: rgb(97,93,69); }

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

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

 span { border-color: rgb(97,93,69); }

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