#656046

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

Shades of Verdigris #656046

Tints of Verdigris #656046

Color information

#656046 (or 0x656046) is unknown color: approx Verdigris. HEX triplet: 65, 60 and 46. RGB value is (101,96,70). Sum of RGB (Red+Green+Blue) = 101+96+70=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #656046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656046 is #9A9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10133434 or 4612197. OLE color: 4612197.

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

Color convert

RGB1019670-
CMYK00.050.310.60
HSL50.32º18.13%33.53%-
HSV(B)50.32º30.69%39.61%-
XYZ10.6611.577.47-
YUV94.53114.16132.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=37.83%
G=35.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101967000.050.310.6050.3218.1333.53
Hex656046051F3C321222
Octal145140106053774622242
Binary11001011100000100011001011111111110011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656046; }

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

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

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

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

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

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

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

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