#615F3C

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

Shades of Verdigris #615F3C

Tints of Verdigris #615F3C

Color information

#615F3C (or 0x615F3C) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 3C. RGB value is (97,95,60). Sum of RGB (Red+Green+Blue) = 97+95+60=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3C is #9EA0C3. Grayscale: #5B5B5B. Windows color (decimal): -10395844 or 3956577. OLE color: 3956577.

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

Color convert

RGB979560-
CMYK00.020.380.62
HSL56.76º23.57%30.78%-
HSV(B)56.76º38.14%38.04%-
XYZ9.8411.055.89-
YUV91.61110.16131.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=38.49%
G=37.70%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97956000.020.380.6256.7623.5730.78
Hex615F3C02263E39181f
Octal14113774024676713037
Binary110000110111111111000101001101111101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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