#656036

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

Shades of Verdigris #656036

Tints of Verdigris #656036

Color information

#656036 (or 0x656036) is unknown color: approx Verdigris. HEX triplet: 65, 60 and 36. RGB value is (101,96,54). Sum of RGB (Red+Green+Blue) = 101+96+54=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #656036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656036 is #9A9FC9. Grayscale: #5C5C5C. Windows color (decimal): -10133450 or 3563621. OLE color: 3563621.

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

Color convert

RGB1019654-
CMYK00.050.470.60
HSL53.62º30.32%30.39%-
HSV(B)53.62º46.53%39.61%-
XYZ10.2211.45.15-
YUV92.71106.16133.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=40.24%
G=38.25%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101965400.050.470.6053.6230.3230.39
Hex656036052F3C361e1e
Octal14514066055774663636
Binary1100101110000011011001011011111111001101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656036; }

 p { color: rgb(101,96,54); }

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

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

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

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

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

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

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