#615F3B

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

Shades of Verdigris #615F3B

Tints of Verdigris #615F3B

Color information

#615F3B (or 0x615F3B) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 3B. RGB value is (97,95,59). Sum of RGB (Red+Green+Blue) = 97+95+59=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3B is #9EA0C4. Grayscale: #5B5B5B. Windows color (decimal): -10395845 or 3891041. OLE color: 3891041.

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

Color convert

RGB979559-
CMYK00.020.390.62
HSL56.84º24.36%30.59%-
HSV(B)56.84º39.18%38.04%-
XYZ9.8111.045.75-
YUV91.49109.66131.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=38.65%
G=37.85%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97955900.020.390.6256.8424.3630.59
Hex615F3B02273E39181f
Octal14113773024776713037
Binary110000110111111110110101001111111101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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