#615C3E

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

Shades of Verdigris #615C3E

Tints of Verdigris #615C3E

Color information

#615C3E (or 0x615C3E) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 3E. RGB value is (97,92,62). Sum of RGB (Red+Green+Blue) = 97+92+62=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3E is #9EA3C1. Grayscale: #5A5A5A. Windows color (decimal): -10396610 or 4086881. OLE color: 4086881.

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

Color convert

RGB979262-
CMYK00.050.360.62
HSL51.43º22.01%31.18%-
HSV(B)51.43º36.08%38.04%-
XYZ9.6310.546.09-
YUV90.08112.16132.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=38.65%
G=36.65%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97926200.050.360.6251.4322.0131.18
Hex615C3E05243E33161f
Octal14113476054476632637
Binary1100001101110011111001011001001111101100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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