#696641

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

Shades of Verdigris #696641

Tints of Verdigris #696641

Color information

#696641 (or 0x696641) is unknown color: approx Verdigris. HEX triplet: 69, 66 and 41. RGB value is (105,102,65). Sum of RGB (Red+Green+Blue) = 105+102+65=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #696641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696641 is #9699BE. Grayscale: #626262. Windows color (decimal): -9869759 or 4286057. OLE color: 4286057.

HSL color Cylindrical-coordinate representation of color #696641: hue angle of 55.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696641 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB10510265-
CMYK00.030.380.59
HSL55.5º23.53%33.33%-
HSV(B)55.5º38.1%41.18%-
XYZ11.5312.896.88-
YUV98.68108.99132.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=38.60%
G=37.5%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026500.030.380.5955.523.5333.33
Hex69664103263B381821
Octal151146101034673703041
Binary11010011100110100000101110011011101111100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696641; }

 p { color: rgb(105,102,65); }

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

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

 a { background-color: rgb(105,102,65); }

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

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

 span { border-color: rgb(105,102,65); }

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