#615E41

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

Shades of Verdigris #615E41

Tints of Verdigris #615E41

Color information

#615E41 (or 0x615E41) is unknown color: approx Verdigris. HEX triplet: 61, 5E and 41. RGB value is (97,94,65). Sum of RGB (Red+Green+Blue) = 97+94+65=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #615E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E41 is #9EA1BE. Grayscale: #5B5B5B. Windows color (decimal): -10396095 or 4284001. OLE color: 4284001.

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

Color convert

RGB979465-
CMYK00.030.330.62
HSL54.38º19.75%31.76%-
HSV(B)54.38º32.99%38.04%-
XYZ9.8910.936.59-
YUV91.59112.99131.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=37.89%
G=36.72%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97946500.030.330.6254.3819.7531.76
Hex615E4103213E361420
Octal141136101034176662440
Binary11000011011110100000101110000111111011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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