#696a3e

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

Shades of Verdigris #696A3E

Tints of Verdigris #696A3E

Color information

#696A3E (or 0x696A3E) is unknown color: approx Verdigris. HEX triplet: 69, 6A and 3E. RGB value is (105,106,62). Sum of RGB (Red+Green+Blue) = 105+106+62=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #696A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A3E is #9695C1. Grayscale: #646464. Windows color (decimal): -9868738 or 4090473. OLE color: 4090473.

HSL color Cylindrical-coordinate representation of color #696A3E: hue angle of 61.36º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696A3E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB10510662-
CMYK0.0100.420.58
HSL61.36º26.19%32.94%-
HSV(B)61.36º41.51%41.57%-
XYZ11.8513.666.57-
YUV100.68106.17131.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=38.46%
G=38.83%
B=22.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106620.0100.420.5861.3626.1932.94
Hex696A3E102A3A3d1a21
Octal15115276105272753241
Binary110100111010101111101010101011101011110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696a3e; }

 p { color: rgb(105,106,62); }

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

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

 a { background-color: rgb(105,106,62); }

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

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

 span { border-color: rgb(105,106,62); }

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