#615F41

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

Shades of Verdigris #615F41

Tints of Verdigris #615F41

Color information

#615F41 (or 0x615F41) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 41. RGB value is (97,95,65). Sum of RGB (Red+Green+Blue) = 97+95+65=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F41 is #9EA0BE. Grayscale: #5C5C5C. Windows color (decimal): -10395839 or 4284257. OLE color: 4284257.

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

Color convert

RGB979565-
CMYK00.020.330.62
HSL56.25º19.75%31.76%-
HSV(B)56.25º32.99%38.04%-
XYZ9.9811.116.62-
YUV92.18112.66131.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=37.74%
G=36.96%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97956500.020.330.6256.2519.7531.76
Hex615F4102213E381420
Octal141137101024176702440
Binary11000011011111100000101010000111111011100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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