#696E64

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

Shades of Willow Grove #696E64

Tints of Willow Grove #696E64

Color information

#696E64 (or 0x696E64) is unknown color: approx Willow Grove. HEX triplet: 69, 6E and 64. RGB value is (105,110,100). Sum of RGB (Red+Green+Blue) = 105+110+100=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #696E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E64 is #96919B. Grayscale: #6B6B6B. Windows color (decimal): -9867676 or 6581865. OLE color: 6581865.

HSL color Cylindrical-coordinate representation of color #696E64: hue angle of 90º 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 #696E64 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB105110100-
CMYK0.0500.090.57
HSL90º4.76%41.18%-
HSV(B)90º9.09%43.14%-
XYZ13.715.0814.24-
YUV107.36123.84126.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=33.33%
G=34.92%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051101000.0500.090.57904.7641.18
Hex696E64509395a529
Octal151156144501171132551
Binary110100111011101100100101010011110011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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