#696639

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

Shades of Verdigris #696639

Tints of Verdigris #696639

Color information

#696639 (or 0x696639) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 39. RGB value is (105,102,57). Sum of RGB (Red+Green+Blue) = 105+102+57=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #696639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696639 is #9699C6. Grayscale: #616161. Windows color (decimal): -9869767 or 3761769. OLE color: 3761769.

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

Color convert

RGB10510257-
CMYK00.030.460.59
HSL56.25º29.63%31.76%-
HSV(B)56.25º45.71%41.18%-
XYZ11.3212.85.75-
YUV97.77104.99133.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=39.77%
G=38.64%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051025700.030.460.5956.2529.6331.76
Hex696639032E3B381e20
Octal15114671035673703640
Binary1101001110011011100101110111011101111100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696639; }

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

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

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

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

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

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

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

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