#615C3F

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

Shades of Verdigris #615C3F

Tints of Verdigris #615C3F

Color information

#615C3F (or 0x615C3F) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 3F. RGB value is (97,92,63). Sum of RGB (Red+Green+Blue) = 97+92+63=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3F is #9EA3C0. Grayscale: #5A5A5A. Windows color (decimal): -10396609 or 4152417. OLE color: 4152417.

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

Color convert

RGB979263-
CMYK00.050.350.62
HSL51.18º21.25%31.37%-
HSV(B)51.18º35.05%38.04%-
XYZ9.6510.556.23-
YUV90.19112.66132.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 63 (25% from 255) = 25%
R=38.49%
G=36.51%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97926300.050.350.6251.1821.2531.37
Hex615C3F05233E33151f
Octal14113477054376632537
Binary1100001101110011111101011000111111101100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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