#696740

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

Shades of Verdigris #696740

Tints of Verdigris #696740

Color information

#696740 (or 0x696740) is unknown color: approx Verdigris. HEX triplet: 69, 67 and 40. RGB value is (105,103,64). Sum of RGB (Red+Green+Blue) = 105+103+64=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #696740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696740 is #9698BF. Grayscale: #636363. Windows color (decimal): -9869504 or 4220777. OLE color: 4220777.

HSL color Cylindrical-coordinate representation of color #696740: hue angle of 57.07º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696740 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB10510364-
CMYK00.020.390.59
HSL57.07º24.26%33.14%-
HSV(B)57.07º39.05%41.18%-
XYZ11.613.076.76-
YUV99.15108.16132.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=38.60%
G=37.87%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051036400.020.390.5957.0724.2633.14
Hex69674002273B391821
Octal151147100024773713041
Binary11010011100111100000001010011111101111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696740; }

 p { color: rgb(105,103,64); }

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

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

 a { background-color: rgb(105,103,64); }

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

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

 span { border-color: rgb(105,103,64); }

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