#615D41

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

Shades of Verdigris #615D41

Tints of Verdigris #615D41

Color information

#615D41 (or 0x615D41) is unknown color: approx Verdigris. HEX triplet: 61, 5D and 41. RGB value is (97,93,65). Sum of RGB (Red+Green+Blue) = 97+93+65=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D41 is #9EA2BE. Grayscale: #5B5B5B. Windows color (decimal): -10396351 or 4283745. OLE color: 4283745.

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

Color convert

RGB979365-
CMYK00.040.330.62
HSL52.5º19.75%31.76%-
HSV(B)52.5º32.99%38.04%-
XYZ9.810.756.56-
YUV91113.33132.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=38.04%
G=36.47%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97936500.040.330.6252.519.7531.76
Hex615D4104213E341420
Octal141135101044176642440
Binary110000110111011000001010010000111111011010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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