#696039

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

Shades of Verdigris #696039

Tints of Verdigris #696039

Color information

#696039 (or 0x696039) is unknown color: approx Verdigris. HEX triplet: 69, 60 and 39. RGB value is (105,96,57). Sum of RGB (Red+Green+Blue) = 105+96+57=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696039 is #969FC6. Grayscale: #5E5E5E. Windows color (decimal): -9871303 or 3760233. OLE color: 3760233.

HSL color Cylindrical-coordinate representation of color #696039: hue angle of 48.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696039 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1059657-
CMYK00.090.460.59
HSL48.75º29.63%31.76%-
HSV(B)48.75º45.71%41.18%-
XYZ10.7511.665.56-
YUV94.24106.98135.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=40.70%
G=37.21%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105965700.090.460.5948.7529.6331.76
Hex696039092E3B311e20
Octal151140710115673613640
Binary110100111000001110010100110111011101111000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696039; }

 p { color: rgb(105,96,57); }

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

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

 a { background-color: rgb(105,96,57); }

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

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

 span { border-color: rgb(105,96,57); }

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