#615F35

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

Shades of Verdigris #615F35

Tints of Verdigris #615F35

Color information

#615F35 (or 0x615F35) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 35. RGB value is (97,95,53). Sum of RGB (Red+Green+Blue) = 97+95+53=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #615F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F35 is #9EA0CA. Grayscale: #5A5A5A. Windows color (decimal): -10395851 or 3497825. OLE color: 3497825.

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

Color convert

RGB979553-
CMYK00.020.450.62
HSL57.27º29.33%29.41%-
HSV(B)57.27º45.36%38.04%-
XYZ9.6610.984.98-
YUV90.81106.66132.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=39.59%
G=38.78%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97955300.020.450.6257.2729.3329.41
Hex615F35022D3E391d1d
Octal14113765025576713535
Binary110000110111111101010101011011111101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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