#696239

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

Shades of Verdigris #696239

Tints of Verdigris #696239

Color information

#696239 (or 0x696239) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 39. RGB value is (105,98,57). Sum of RGB (Red+Green+Blue) = 105+98+57=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696239 is #969DC6. Grayscale: #5F5F5F. Windows color (decimal): -9870791 or 3760745. OLE color: 3760745.

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

Color convert

RGB1059857-
CMYK00.070.460.59
HSL51.25º29.63%31.76%-
HSV(B)51.25º45.71%41.18%-
XYZ10.9312.035.62-
YUV95.42106.32134.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=40.38%
G=37.69%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105985700.070.460.5951.2529.6331.76
Hex696239072E3B331e20
Octal15114271075673633640
Binary11010011100010111001011110111011101111001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696239; }

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

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

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

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

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

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

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

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