Html Css Color HEX #696E61 Willow Grove

📋 copy color: '#696E61'

red 105 ◦ green 110 ◦ blue 97

#696E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #696E61

Tints of Willow Grove #696E61

RGB

 RED value IS 105 (41.41% from 255) = 33.65%

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 33.65%
G = 35.26%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#696E61 (or 0x696E61) is known color: Willow Grove. HEX triplet: 69, 6E and 61. RGB value is (105,110,97). Sum of RGB (Red+Green+Blue) = 105+110+97=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 110 - color contains mainly: green. Hex color #696E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E61 is #96919E. Grayscale: #6B6B6B. Windows color (decimal): -9867679 or 6385257. OLE color: 6385257.

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

Color convert

RGB 105 110 97 -
CMYK 0.05 0 0.12 0.57
HSL 83.08º 0.06% 0.41% -
HSV(B) 83.08º 0.12% 0.43% -
XYZ 13.56 15.02 13.49 -
YUV 107.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 105 110 97 0.05 0 0.12 0.57 83.08 0.06 0.41
Hex 69 6E 61 5 0 C 39 53 6 29
Octal 151 156 141 5 0 14 71 123 6 51
Binary 1101001 1101110 1100001 101 0 1100 111001 1010011 110 101001

Color Harmonies of #696E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E61

Black with #696E61

Text Example


Text Example

White with #696E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #696E61;
 }
 .AnyTagClassName
 {
   color: #696E61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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