#696342

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

Shades of Verdigris #696342

Tints of Verdigris #696342

Color information

#696342 (or 0x696342) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 42. RGB value is (105,99,66). Sum of RGB (Red+Green+Blue) = 105+99+66=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #696342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696342 is #969CBD. Grayscale: #616161. Windows color (decimal): -9870526 or 4350825. OLE color: 4350825.

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

Color convert

RGB1059966-
CMYK00.060.370.59
HSL50.77º22.81%33.53%-
HSV(B)50.77º37.14%41.18%-
XYZ11.2712.326.94-
YUV97.03110.49133.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=38.89%
G=36.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105996600.060.370.5950.7722.8133.53
Hex69634206253B331722
Octal151143102064573632742
Binary110100111000111000010011010010111101111001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696342; }

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

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

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

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

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

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

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

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