#606139

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

Shades of Verdigris #606139

Tints of Verdigris #606139

Color information

#606139 (or 0x606139) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 39. RGB value is (96,97,57). Sum of RGB (Red+Green+Blue) = 96+97+57=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #606139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606139 is #9F9EC6. Grayscale: #5C5C5C. Windows color (decimal): -10460871 or 3760480. OLE color: 3760480.

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

Color convert

RGB969757-
CMYK0.0100.410.62
HSL61.5º25.97%30.2%-
HSV(B)61.5º41.24%38.04%-
XYZ9.8411.335.54-
YUV92.14108.17130.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=38.4%
G=38.8%
B=22.8%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697570.0100.410.6261.525.9730.2
Hex60613910293E3e1a1e
Octal14014171105176763236
Binary11000001100001111001101010011111101111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606139; }

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

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

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

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

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

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

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

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