#696442

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

Shades of Verdigris #696442

Tints of Verdigris #696442

Color information

#696442 (or 0x696442) is unknown color: approx Verdigris. HEX triplet: 69, 64 and 42. RGB value is (105,100,66). Sum of RGB (Red+Green+Blue) = 105+100+66=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696442 is #969BBD. Grayscale: #616161. Windows color (decimal): -9870270 or 4351081. OLE color: 4351081.

HSL color Cylindrical-coordinate representation of color #696442: hue angle of 52.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696442 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB10510066-
CMYK00.050.370.59
HSL52.31º22.81%33.53%-
HSV(B)52.31º37.14%41.18%-
XYZ11.3712.516.97-
YUV97.62110.16133.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=38.75%
G=36.90%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051006600.050.370.5952.3122.8133.53
Hex69644205253B341722
Octal151144102054573642742
Binary110100111001001000010010110010111101111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696442; }

 p { color: rgb(105,100,66); }

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

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

 a { background-color: rgb(105,100,66); }

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

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

 span { border-color: rgb(105,100,66); }

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