#615F46

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

Shades of Verdigris #615F46

Tints of Verdigris #615F46

Color information

#615F46 (or 0x615F46) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 46. RGB value is (97,95,70). Sum of RGB (Red+Green+Blue) = 97+95+70=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F46 is #9EA0B9. Grayscale: #5C5C5C. Windows color (decimal): -10395834 or 4611937. OLE color: 4611937.

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

Color convert

RGB979570-
CMYK00.020.280.62
HSL55.56º16.17%32.75%-
HSV(B)55.56º27.84%38.04%-
XYZ10.1311.177.42-
YUV92.75115.16131.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=37.02%
G=36.26%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97957000.020.280.6255.5616.1732.75
Hex615F46021C3E381021
Octal141137106023476702041
Binary1100001101111110001100101110011111011100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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