#696240

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

Shades of Verdigris #696240

Tints of Verdigris #696240

Color information

#696240 (or 0x696240) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 40. RGB value is (105,98,64). Sum of RGB (Red+Green+Blue) = 105+98+64=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #696240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696240 is #969DBF. Grayscale: #606060. Windows color (decimal): -9870784 or 4219497. OLE color: 4219497.

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

Color convert

RGB1059864-
CMYK00.070.390.59
HSL49.76º24.26%33.14%-
HSV(B)49.76º39.05%41.18%-
XYZ11.1212.116.6-
YUV96.22109.82134.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=39.33%
G=36.70%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105986400.070.390.5949.7624.2633.14
Hex69624007273B321821
Octal151142100074773623041
Binary110100111000101000000011110011111101111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696240; }

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

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

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

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

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

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

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

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