Html Css Color HEX #696C63 Willow Grove

📋 copy color: '#696C63'

red 105 ◦ green 108 ◦ blue 99

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

Shades of Willow Grove #696C63

Tints of Willow Grove #696C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

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

R = 33.65%
G = 34.62%
B = 31.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#696C63 (or 0x696C63) is known color: Willow Grove. HEX triplet: 69, 6C and 63. RGB value is (105,108,99). Sum of RGB (Red+Green+Blue) = 105+108+99=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #696C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C63 is #96939C. Grayscale: #6A6A6A. Windows color (decimal): -9868189 or 6515817. OLE color: 6515817.

HSL color Cylindrical-coordinate representation of color #696C63: hue angle of 80º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696C63 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 108 99 -
CMYK 0.03 0 0.08 0.58
HSL 80º 0.04% 0.41% -
HSV(B) 80º 0.08% 0.42% -
XYZ 13.44 14.63 13.92 -
YUV 106.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 105 108 99 0.03 0 0.08 0.58 80 0.04 0.41
Hex 69 6C 63 3 0 8 3A 50 4 29
Octal 151 154 143 3 0 10 72 120 4 51
Binary 1101001 1101100 1100011 11 0 1000 111010 1010000 100 101001

Color Harmonies of #696C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C63

Black with #696C63

Text Example


Text Example

White with #696C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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