#615A3D

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

Shades of Verdigris #615A3D

Tints of Verdigris #615A3D

Color information

#615A3D (or 0x615A3D) is unknown color: approx Verdigris. HEX triplet: 61, 5A and 3D. RGB value is (97,90,61). Sum of RGB (Red+Green+Blue) = 97+90+61=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A3D is #9EA5C2. Grayscale: #585858. Windows color (decimal): -10397123 or 4020833. OLE color: 4020833.

HSL color Cylindrical-coordinate representation of color #615A3D: hue angle of 48.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615A3D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB979061-
CMYK00.070.370.62
HSL48.33º22.78%30.98%-
HSV(B)48.33º37.11%38.04%-
XYZ9.4310.195.88-
YUV88.79112.32133.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=39.11%
G=36.29%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97906100.070.370.6248.3322.7830.98
Hex615A3D07253E30171f
Octal14113275074576602737
Binary1100001101101011110101111001011111101100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,61); }

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

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

 a { background-color: rgb(97,90,61); }

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

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

 span { border-color: rgb(97,90,61); }

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