#615F3F

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

Shades of Verdigris #615F3F

Tints of Verdigris #615F3F

Color information

#615F3F (or 0x615F3F) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 3F. RGB value is (97,95,63). Sum of RGB (Red+Green+Blue) = 97+95+63=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3F is #9EA0C0. Grayscale: #5C5C5C. Windows color (decimal): -10395841 or 4153185. OLE color: 4153185.

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

Color convert

RGB979563-
CMYK00.020.350.62
HSL56.47º21.25%31.37%-
HSV(B)56.47º35.05%38.04%-
XYZ9.9211.086.32-
YUV91.95111.66131.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 63 (25% from 255) = 24.71%
R=38.04%
G=37.25%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97956300.020.350.6256.4721.2531.37
Hex615F3F02233E38151f
Octal14113777024376702537
Binary110000110111111111110101000111111101110001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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