#656533

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

Shades of Verdigris #656533

Tints of Verdigris #656533

Color information

#656533 (or 0x656533) is unknown color: approx Verdigris. HEX triplet: 65, 65 and 33. RGB value is (101,101,51). Sum of RGB (Red+Green+Blue) = 101+101+51=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656533 is #9A9ACC. Grayscale: #5F5F5F. Windows color (decimal): -10132173 or 3368293. OLE color: 3368293.

HSL color Cylindrical-coordinate representation of color #656533: hue angle of 60º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656533 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB10110151-
CMYK000.500.60
HSL60º32.89%29.8%-
HSV(B)60º49.5%39.61%-
XYZ10.6212.314.95-
YUV95.3103132.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=39.92%
G=39.92%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110151000.500.606032.8929.8
Hex65653300323C3c211e
Octal14514563006274744136
Binary110010111001011100110011001011110011110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656533; }

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

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

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

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

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

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

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

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