#615D3D

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

Shades of Verdigris #615D3D

Tints of Verdigris #615D3D

Color information

#615D3D (or 0x615D3D) is unknown color: approx Verdigris. HEX triplet: 61, 5D and 3D. RGB value is (97,93,61). Sum of RGB (Red+Green+Blue) = 97+93+61=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D3D is #9EA2C2. Grayscale: #5A5A5A. Windows color (decimal): -10396355 or 4021601. OLE color: 4021601.

HSL color Cylindrical-coordinate representation of color #615D3D: hue angle of 53.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 #615D3D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB979361-
CMYK00.040.370.62
HSL53.33º22.78%30.98%-
HSV(B)53.33º37.11%38.04%-
XYZ9.6910.715.97-
YUV90.55111.33132.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=38.65%
G=37.05%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97936100.040.370.6253.3322.7830.98
Hex615D3D04253E35171f
Octal14113575044576652737
Binary1100001101110111110101001001011111101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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