#696737

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

Shades of Verdigris #696737

Tints of Verdigris #696737

Color information

#696737 (or 0x696737) is unknown color: approx Verdigris. HEX triplet: 69, 67 and 37. RGB value is (105,103,55). Sum of RGB (Red+Green+Blue) = 105+103+55=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696737 is #9698C8. Grayscale: #626262. Windows color (decimal): -9869513 or 3630953. OLE color: 3630953.

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

Color convert

RGB10510355-
CMYK00.020.480.59
HSL57.6º31.25%31.37%-
HSV(B)57.6º47.62%41.18%-
XYZ11.3712.985.52-
YUV98.13103.66132.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=39.92%
G=39.16%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051035500.020.480.5957.631.2531.37
Hex69673702303B3a1f1f
Octal15114767026073723737
Binary110100111001111101110101100001110111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696737; }

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

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

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

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

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

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

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

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