#606048

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

Shades of Verdigris #606048

Tints of Verdigris #606048

Color information

#606048 (or 0x606048) is unknown color: approx Verdigris. HEX triplet: 60, 60 and 48. RGB value is (96,96,72). Sum of RGB (Red+Green+Blue) = 96+96+72=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606048 is #9F9FB7. Grayscale: #5D5D5D. Windows color (decimal): -10461112 or 4743264. OLE color: 4743264.

HSL color Cylindrical-coordinate representation of color #606048: hue angle of 60º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606048 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB969672-
CMYK000.250.62
HSL60º14.29%32.94%-
HSV(B)60º25%37.65%-
XYZ10.1811.327.78-
YUV93.26116129.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969672000.250.626014.2932.94
Hex60604800193E3ce21
Octal140140110003176741641
Binary11000001100000100100000110011111101111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606048; }

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

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

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

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

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

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

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

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