#696837

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

Shades of Verdigris #696837

Tints of Verdigris #696837

Color information

#696837 (or 0x696837) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 37. RGB value is (105,104,55). Sum of RGB (Red+Green+Blue) = 105+104+55=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #696837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696837 is #9697C8. Grayscale: #626262. Windows color (decimal): -9869257 or 3631209. OLE color: 3631209.

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

Color convert

RGB10510455-
CMYK00.010.480.59
HSL58.8º31.25%31.37%-
HSV(B)58.8º47.62%41.18%-
XYZ11.4713.185.55-
YUV98.71103.33132.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=39.77%
G=39.39%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051045500.010.480.5958.831.2531.37
Hex69683701303B3b1f1f
Octal15115067016073733737
Binary11010011101000110111011100001110111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696837; }

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

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

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

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

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

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

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

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