#615E38

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

Shades of Verdigris #615E38

Tints of Verdigris #615E38

Color information

#615E38 (or 0x615E38) is unknown color: approx Verdigris. HEX triplet: 61, 5E and 38. RGB value is (97,94,56). Sum of RGB (Red+Green+Blue) = 97+94+56=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E38 is #9EA1C7. Grayscale: #5A5A5A. Windows color (decimal): -10396104 or 3694177. OLE color: 3694177.

HSL color Cylindrical-coordinate representation of color #615E38: hue angle of 55.61º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615E38 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB979456-
CMYK00.030.420.62
HSL55.61º26.8%30%-
HSV(B)55.61º42.27%38.04%-
XYZ9.6510.835.32-
YUV90.56108.49132.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=39.27%
G=38.06%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97945600.030.420.6255.6126.830
Hex615E38032A3E381b1e
Octal14113670035276703336
Binary110000110111101110000111010101111101110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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