#696337

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

Shades of Verdigris #696337

Tints of Verdigris #696337

Color information

#696337 (or 0x696337) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 37. RGB value is (105,99,55). Sum of RGB (Red+Green+Blue) = 105+99+55=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #696337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696337 is #969CC8. Grayscale: #5F5F5F. Windows color (decimal): -9870537 or 3629929. OLE color: 3629929.

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

Color convert

RGB1059955-
CMYK00.060.480.59
HSL52.8º31.25%31.37%-
HSV(B)52.8º47.62%41.18%-
XYZ10.9812.25.39-
YUV95.78104.99134.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=40.54%
G=38.22%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105995500.060.480.5952.831.2531.37
Hex69633706303B351f1f
Octal15114367066073653737
Binary1101001110001111011101101100001110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696337; }

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

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

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

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

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

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

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

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