#615F48

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

Shades of Verdigris #615F48

Tints of Verdigris #615F48

Color information

#615F48 (or 0x615F48) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 48. RGB value is (97,95,72). Sum of RGB (Red+Green+Blue) = 97+95+72=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F48 is #9EA0B7. Grayscale: #5D5D5D. Windows color (decimal): -10395832 or 4743009. OLE color: 4743009.

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

Color convert

RGB979572-
CMYK00.020.260.62
HSL55.2º14.79%33.14%-
HSV(B)55.2º25.77%38.04%-
XYZ10.1911.197.75-
YUV92.98116.16130.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=36.74%
G=35.98%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97957200.020.260.6255.214.7933.14
Hex615F48021A3E37f21
Octal141137110023276671741
Binary110000110111111001000010110101111101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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