#656345

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

Shades of Verdigris #656345

Tints of Verdigris #656345

Color information

#656345 (or 0x656345) is unknown color: approx Verdigris. HEX triplet: 65, 63 and 45. RGB value is (101,99,69). Sum of RGB (Red+Green+Blue) = 101+99+69=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 101 - color contains mainly: red. Hex color #656345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656345 is #9A9CBA. Grayscale: #606060. Windows color (decimal): -10132667 or 4547429. OLE color: 4547429.

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

Color convert

RGB1019969-
CMYK00.020.320.60
HSL56.25º18.82%33.33%-
HSV(B)56.25º31.68%39.61%-
XYZ10.912.127.39-
YUV96.18112.66131.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=37.55%
G=36.80%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101996900.020.320.6056.2518.8233.33
Hex65634502203C381321
Octal145143105024074702341
Binary11001011100011100010101010000011110011100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656345; }

 p { color: rgb(101,99,69); }

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

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

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

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

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

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

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