#696236

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

Shades of Verdigris #696236

Tints of Verdigris #696236

Color information

#696236 (or 0x696236) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 36. RGB value is (105,98,54). Sum of RGB (Red+Green+Blue) = 105+98+54=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #696236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696236 is #969DC9. Grayscale: #5F5F5F. Windows color (decimal): -9870794 or 3564137. OLE color: 3564137.

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

Color convert

RGB1059854-
CMYK00.070.490.59
HSL51.76º32.08%31.18%-
HSV(B)51.76º48.57%41.18%-
XYZ10.86125.23-
YUV95.08104.82135.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=40.86%
G=38.13%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105985400.070.490.5951.7632.0831.18
Hex69623607313B34201f
Octal15114266076173644037
Binary11010011100010110110011111000111101111010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696236; }

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

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

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

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

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

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

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

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