#606037

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

Shades of Verdigris #606037

Tints of Verdigris #606037

Color information

#606037 (or 0x606037) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 37. RGB value is (96,96,55). Sum of RGB (Red+Green+Blue) = 96+96+55=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606037 is #9F9FC8. Grayscale: #5B5B5B. Windows color (decimal): -10461129 or 3629152. OLE color: 3629152.

HSL color Cylindrical-coordinate representation of color #606037: hue angle of 60º degrees, saturation: 0.27, 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 #606037 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB969655-
CMYK000.430.62
HSL60º27.15%29.61%-
HSV(B)60º42.71%37.65%-
XYZ9.711.135.25-
YUV91.33107.5131.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=38.87%
G=38.87%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969655000.430.626027.1529.61
Hex606037002B3E3c1b1e
Octal14014067005376743336
Binary11000001100000110111001010111111101111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606037; }

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

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

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

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

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

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

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

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