#606137

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

Shades of Verdigris #606137

Tints of Verdigris #606137

Color information

#606137 (or 0x606137) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 37. RGB value is (96,97,55). Sum of RGB (Red+Green+Blue) = 96+97+55=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #606137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606137 is #9F9EC8. Grayscale: #5C5C5C. Windows color (decimal): -10460873 or 3629408. OLE color: 3629408.

HSL color Cylindrical-coordinate representation of color #606137: hue angle of 61.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #606137 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB969755-
CMYK0.0100.430.62
HSL61.43º27.63%29.8%-
HSV(B)61.43º43.3%38.04%-
XYZ9.7911.315.28-
YUV91.91107.17130.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=38.71%
G=39.11%
B=22.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697550.0100.430.6261.4327.6329.8
Hex606137102B3E3d1c1e
Octal14014167105376753436
Binary11000001100001110111101010111111101111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606137; }

 p { color: rgb(96,97,55); }

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

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

 a { background-color: rgb(96,97,55); }

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

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

 span { border-color: rgb(96,97,55); }

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