Html Css Color HEX #696F63 Willow Grove

📋 copy color: '#696F63'

red 105 ◦ green 111 ◦ blue 99

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

Shades of Willow Grove #696F63

Tints of Willow Grove #696F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

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

R = 33.33%
G = 35.24%
B = 31.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#696F63 (or 0x696F63) is known color: Willow Grove. HEX triplet: 69, 6F and 63. RGB value is (105,111,99). Sum of RGB (Red+Green+Blue) = 105+111+99=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #696F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F63 is #96909C. Grayscale: #6B6B6B. Windows color (decimal): -9867421 or 6516585. OLE color: 6516585.

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

Color convert

RGB 105 111 99 -
CMYK 0.05 0 0.11 0.56
HSL 90º 0.06% 0.41% -
HSV(B) 90º 0.11% 0.44% -
XYZ 13.76 15.27 14.03 -
YUV 107.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 105 111 99 0.05 0 0.11 0.56 90 0.06 0.41
Hex 69 6F 63 5 0 B 38 5A 6 29
Octal 151 157 143 5 0 13 70 132 6 51
Binary 1101001 1101111 1100011 101 0 1011 111000 1011010 110 101001

Color Harmonies of #696F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F63

Black with #696F63

Text Example


Text Example

White with #696F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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