#696839

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

Shades of Verdigris #696839

Tints of Verdigris #696839

Color information

#696839 (or 0x696839) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 39. RGB value is (105,104,57). Sum of RGB (Red+Green+Blue) = 105+104+57=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #696839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696839 is #9697C6. Grayscale: #636363. Windows color (decimal): -9869255 or 3762281. OLE color: 3762281.

HSL color Cylindrical-coordinate representation of color #696839: hue angle of 58.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 #696839 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB10510457-
CMYK00.010.460.59
HSL58.75º29.63%31.76%-
HSV(B)58.75º45.71%41.18%-
XYZ11.5113.25.81-
YUV98.94104.33132.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=39.47%
G=39.10%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051045700.010.460.5958.7529.6331.76
Hex696839012E3B3b1e20
Octal15115071015673733640
Binary110100111010001110010110111011101111101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696839; }

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

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

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

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

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

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

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

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