#615E45

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

Shades of Verdigris #615E45

Tints of Verdigris #615E45

Color information

#615E45 (or 0x615E45) is unknown color: approx Verdigris. HEX triplet: 61, 5E and 45. RGB value is (97,94,69). Sum of RGB (Red+Green+Blue) = 97+94+69=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E45 is #9EA1BA. Grayscale: #5C5C5C. Windows color (decimal): -10396091 or 4546145. OLE color: 4546145.

HSL color Cylindrical-coordinate representation of color #615E45: hue angle of 53.57º 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 #615E45 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB979469-
CMYK00.030.290.62
HSL53.57º16.87%32.55%-
HSV(B)53.57º28.87%38.04%-
XYZ10.0110.987.22-
YUV92.05114.99131.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=37.31%
G=36.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97946900.030.290.6253.5716.8732.55
Hex615E45031D3E361121
Octal141136105033576662141
Binary1100001101111010001010111110111111011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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