#615F42

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

Shades of Verdigris #615F42

Tints of Verdigris #615F42

Color information

#615F42 (or 0x615F42) is unknown color: approx Verdigris. HEX triplet: 61, 5F and 42. RGB value is (97,95,66). Sum of RGB (Red+Green+Blue) = 97+95+66=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F42 is #9EA0BD. Grayscale: #5C5C5C. Windows color (decimal): -10395838 or 4349793. OLE color: 4349793.

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

Color convert

RGB979566-
CMYK00.020.320.62
HSL56.13º19.02%31.96%-
HSV(B)56.13º31.96%38.04%-
XYZ10.0111.126.77-
YUV92.29113.16131.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=37.60%
G=36.82%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97956600.020.320.6256.1319.0231.96
Hex615F4202203E381320
Octal141137102024076702340
Binary11000011011111100001001010000011111011100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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