#656047

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

Shades of Verdigris #656047

Tints of Verdigris #656047

Color information

#656047 (or 0x656047) is unknown color: approx Verdigris. HEX triplet: 65, 60 and 47. RGB value is (101,96,71). Sum of RGB (Red+Green+Blue) = 101+96+71=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #656047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656047 is #9A9FB8. Grayscale: #5E5E5E. Windows color (decimal): -10133433 or 4677733. OLE color: 4677733.

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

Color convert

RGB1019671-
CMYK00.050.300.60
HSL50º17.44%33.73%-
HSV(B)50º29.7%39.61%-
XYZ10.6911.597.63-
YUV94.64114.66132.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=37.69%
G=35.82%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101967100.050.300.605017.4433.73
Hex656047051E3C321122
Octal145140107053674622142
Binary11001011100000100011101011111011110011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656047; }

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

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

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

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

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

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

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

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