#696836

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

Shades of Verdigris #696836

Tints of Verdigris #696836

Color information

#696836 (or 0x696836) is unknown color: approx Verdigris. HEX triplet: 69, 68 and 36. RGB value is (105,104,54). Sum of RGB (Red+Green+Blue) = 105+104+54=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #696836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696836 is #9697C9. Grayscale: #626262. Windows color (decimal): -9869258 or 3565673. OLE color: 3565673.

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

Color convert

RGB10510454-
CMYK00.010.490.59
HSL58.82º32.08%31.18%-
HSV(B)58.82º48.57%41.18%-
XYZ11.4413.175.43-
YUV98.6102.83132.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=39.92%
G=39.54%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051045400.010.490.5958.8232.0831.18
Hex69683601313B3b201f
Octal15115066016173734037
Binary110100111010001101100111000111101111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696836; }

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

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

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

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

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

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

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

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