#696437

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

Shades of Verdigris #696437

Tints of Verdigris #696437

Color information

#696437 (or 0x696437) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 37. RGB value is (105,100,55). Sum of RGB (Red+Green+Blue) = 105+100+55=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696437 is #969BC8. Grayscale: #606060. Windows color (decimal): -9870281 or 3630185. OLE color: 3630185.

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

Color convert

RGB10510055-
CMYK00.050.480.59
HSL54º31.25%31.37%-
HSV(B)54º47.62%41.18%-
XYZ11.0712.395.42-
YUV96.36104.66134.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 55 (21.88% from 255) = 21.15%
R=40.38%
G=38.46%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051005500.050.480.595431.2531.37
Hex69643705303B361f1f
Octal15114467056073663737
Binary1101001110010011011101011100001110111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696437; }

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

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

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

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

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

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

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

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