Html Css Color HEX #696D63 Willow Grove

📋 copy color: '#696D63'

red 105 ◦ green 109 ◦ blue 99

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

Shades of Willow Grove #696D63

Tints of Willow Grove #696D63

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 value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#696D63 (or 0x696D63) is known color: 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

RGB 105 109 99 -
CMYK 0.04 0 0.09 0.57
HSL 84º 0.05% 0.41% -
HSV(B) 84º 0.09% 0.43% -
XYZ 13.55 14.84 13.96 -
YUV 106.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 105 109 99 0.04 0 0.09 0.57 84 0.05 0.41
Hex 69 6D 63 4 0 9 39 54 5 29
Octal 151 155 143 4 0 11 71 124 5 51
Binary 1101001 1101101 1100011 100 0 1001 111001 1010100 101 101001

Color Harmonies of #696D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D63

Black with #696D63

Text Example


Text Example

White with #696D63

Text Example


Text Example

HTML Codes & Css Web 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>