Html Css Color HEX #696E63 Willow Grove

📋 copy color: '#696E63'

red 105 ◦ green 110 ◦ blue 99

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

Shades of Willow Grove #696E63

Tints of Willow Grove #696E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 33.44%
G = 35.03%
B = 31.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#696E63 (or 0x696E63) is known color: Willow Grove. HEX triplet: 69, 6E and 63. RGB value is (105,110,99). Sum of RGB (Red+Green+Blue) = 105+110+99=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #696E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E63 is #96919C. Grayscale: #6B6B6B. Windows color (decimal): -9867677 or 6516329. OLE color: 6516329.

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

Color convert

RGB 105 110 99 -
CMYK 0.05 0 0.1 0.57
HSL 87.27º 0.05% 0.41% -
HSV(B) 87.27º 0.1% 0.43% -
XYZ 13.65 15.06 13.99 -
YUV 107.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 105 110 99 0.05 0 0.1 0.57 87.27 0.05 0.41
Hex 69 6E 63 5 0 A 39 57 5 29
Octal 151 156 143 5 0 12 71 127 5 51
Binary 1101001 1101110 1100011 101 0 1010 111001 1010111 101 101001

Color Harmonies of #696E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E63

Black with #696E63

Text Example


Text Example

White with #696E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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