#616133

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

Shades of Verdigris #616133

Tints of Verdigris #616133

Color information

#616133 (or 0x616133) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 33. RGB value is (97,97,51). Sum of RGB (Red+Green+Blue) = 97+97+51=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616133 is #9E9ECC. Grayscale: #5B5B5B. Windows color (decimal): -10395341 or 3367265. OLE color: 3367265.

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

Color convert

RGB979751-
CMYK000.470.62
HSL60º31.08%29.02%-
HSV(B)60º47.42%38.04%-
XYZ9.811.334.8-
YUV91.76105131.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=39.59%
G=39.59%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979751000.470.626031.0829.02
Hex616133002F3E3c1f1d
Octal14114163005776743735
Binary11000011100001110011001011111111101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616133; }

 p { color: rgb(97,97,51); }

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

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

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

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

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

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

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