#615C42

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

Shades of Verdigris #615C42

Tints of Verdigris #615C42

Color information

#615C42 (or 0x615C42) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 42. RGB value is (97,92,66). Sum of RGB (Red+Green+Blue) = 97+92+66=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C42 is #9EA3BD. Grayscale: #5A5A5A. Windows color (decimal): -10396606 or 4349025. OLE color: 4349025.

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

Color convert

RGB979266-
CMYK00.050.320.62
HSL50.32º19.02%31.96%-
HSV(B)50.32º31.96%38.04%-
XYZ9.7410.596.68-
YUV90.53114.16132.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=38.04%
G=36.08%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97926600.050.320.6250.3219.0231.96
Hex615C4205203E321320
Octal141134102054076622340
Binary110000110111001000010010110000011111011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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