#615D35

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

Shades of Verdigris #615D35

Tints of Verdigris #615D35

Color information

#615D35 (or 0x615D35) is unknown color: approx Verdigris. HEX triplet: 61, 5D and 35. RGB value is (97,93,53). Sum of RGB (Red+Green+Blue) = 97+93+53=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D35 is #9EA2CA. Grayscale: #595959. Windows color (decimal): -10396363 or 3497313. OLE color: 3497313.

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

Color convert

RGB979353-
CMYK00.040.450.62
HSL54.55º29.33%29.41%-
HSV(B)54.55º45.36%38.04%-
XYZ9.4910.634.92-
YUV89.64107.33133.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=39.92%
G=38.27%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97935300.040.450.6254.5529.3329.41
Hex615D35042D3E371d1d
Octal14113565045576673535
Binary1100001101110111010101001011011111101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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