#696637

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

Shades of Verdigris #696637

Tints of Verdigris #696637

Color information

#696637 (or 0x696637) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 37. RGB value is (105,102,55). Sum of RGB (Red+Green+Blue) = 105+102+55=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #696637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696637 is #9699C8. Grayscale: #616161. Windows color (decimal): -9869769 or 3630697. OLE color: 3630697.

HSL color Cylindrical-coordinate representation of color #696637: hue angle of 56.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696637 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB10510255-
CMYK00.030.480.59
HSL56.4º31.25%31.37%-
HSV(B)56.4º47.62%41.18%-
XYZ11.2712.785.49-
YUV97.54103.99133.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 55 (21.88% from 255) = 20.99%
R=40.08%
G=38.93%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051025500.030.480.5956.431.2531.37
Hex69663703303B381f1f
Octal15114667036073703737
Binary110100111001101101110111100001110111110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696637; }

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

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

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

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

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

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

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

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