#696D63

Color #696D63 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #696D63

Tints of Willow Grove #696D63

Color information

#696D63 (or 0x696D63) is unknown color: approx Willow Grove. HEX triplet: 69, 6D and 63. RGB value is (105,109,99). Sum of RGB (Red+Green+Blue) = 105+109+99=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #696D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D63 is #96929C. Grayscale: #6A6A6A. Windows color (decimal): -9867933 or 6516073. OLE color: 6516073.

HSL color Cylindrical-coordinate representation of color #696D63: hue angle of 84º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696D63 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB10510999-
CMYK0.0400.090.57
HSL84º4.81%40.78%-
HSV(B)84º9.17%42.75%-
XYZ13.5514.8413.96-
YUV106.66123.67126.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=33.55%
G=34.82%
B=31.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109990.0400.090.57844.8140.78
Hex696D634093954529
Octal151155143401171124551
Binary110100111011011100011100010011110011010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696D63; }

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

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

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

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

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

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

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

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