#696340

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

Shades of Verdigris #696340

Tints of Verdigris #696340

Color information

#696340 (or 0x696340) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 40. RGB value is (105,99,64). Sum of RGB (Red+Green+Blue) = 105+99+64=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #696340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696340 is #969CBF. Grayscale: #606060. Windows color (decimal): -9870528 or 4219753. OLE color: 4219753.

HSL color Cylindrical-coordinate representation of color #696340: hue angle of 51.22º 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 #696340 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1059964-
CMYK00.060.390.59
HSL51.22º24.26%33.14%-
HSV(B)51.22º39.05%41.18%-
XYZ11.2112.36.63-
YUV96.8109.49133.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=39.18%
G=36.94%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105996400.060.390.5951.2224.2633.14
Hex69634006273B331821
Octal151143100064773633041
Binary110100111000111000000011010011111101111001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696340; }

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

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

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

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

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

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

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

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