#615F3E

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

Shades of Verdigris #615F3E

Tints of Verdigris #615F3E

Color information

#615F3E (or 0x615F3E) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 3E. RGB value is (97,95,62). Sum of RGB (Red+Green+Blue) = 97+95+62=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F3E is #9EA0C1. Grayscale: #5B5B5B. Windows color (decimal): -10395842 or 4087649. OLE color: 4087649.

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

Color convert

RGB979562-
CMYK00.020.360.62
HSL56.57º22.01%31.18%-
HSV(B)56.57º36.08%38.04%-
XYZ9.8911.076.17-
YUV91.84111.16131.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=38.19%
G=37.40%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97956200.020.360.6256.5722.0131.18
Hex615F3E02243E39161f
Octal14113776024476712637
Binary110000110111111111100101001001111101110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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