#696136

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

Shades of Verdigris #696136

Tints of Verdigris #696136

Color information

#696136 (or 0x696136) is unknown color: approx Verdigris. HEX triplet: 69, 61 and 36. RGB value is (105,97,54). Sum of RGB (Red+Green+Blue) = 105+97+54=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696136 is #969EC9. Grayscale: #5E5E5E. Windows color (decimal): -9871050 or 3563881. OLE color: 3563881.

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

Color convert

RGB1059754-
CMYK00.080.490.59
HSL50.59º32.08%31.18%-
HSV(B)50.59º48.57%41.18%-
XYZ10.7711.825.2-
YUV94.49105.15135.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=41.02%
G=37.89%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105975400.080.490.5950.5932.0831.18
Hex69613608313B33201f
Octal151141660106173634037
Binary110100111000011101100100011000111101111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696136; }

 p { color: rgb(105,97,54); }

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

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

 a { background-color: rgb(105,97,54); }

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

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

 span { border-color: rgb(105,97,54); }

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