#606146

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

Shades of Verdigris #606146

Tints of Verdigris #606146

Color information

#606146 (or 0x606146) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 46. RGB value is (96,97,70). Sum of RGB (Red+Green+Blue) = 96+97+70=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #606146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606146 is #9F9EB9. Grayscale: #5D5D5D. Windows color (decimal): -10460858 or 4612448. OLE color: 4612448.

HSL color Cylindrical-coordinate representation of color #606146: hue angle of 62.22º 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 #606146 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB969770-
CMYK0.0100.280.62
HSL62.22º16.17%32.75%-
HSV(B)62.22º27.84%38.04%-
XYZ10.211.487.47-
YUV93.62114.67129.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=36.50%
G=36.88%
B=26.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697700.0100.280.6262.2216.1732.75
Hex606146101C3E3e1021
Octal140141106103476762041
Binary110000011000011000110101110011111011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606146; }

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

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

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

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

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

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

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

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