#615C38

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

Shades of Verdigris #615C38

Tints of Verdigris #615C38

Color information

#615C38 (or 0x615C38) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 38. RGB value is (97,92,56). Sum of RGB (Red+Green+Blue) = 97+92+56=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #615C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C38 is #9EA3C7. Grayscale: #595959. Windows color (decimal): -10396616 or 3693665. OLE color: 3693665.

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

Color convert

RGB979256-
CMYK00.050.420.62
HSL52.68º26.8%30%-
HSV(B)52.68º42.27%38.04%-
XYZ9.4710.485.27-
YUV89.39109.16133.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=39.59%
G=37.55%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97925600.050.420.6252.6826.830
Hex615C38052A3E351b1e
Octal14113470055276653336
Binary1100001101110011100001011010101111101101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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