Html Css Color HEX #696B64 Willow Grove

📋 copy color: '#696B64'

red 105 ◦ green 107 ◦ blue 100

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

Shades of Willow Grove #696B64

Tints of Willow Grove #696B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 33.65%
G = 34.29%
B = 32.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#696B64 (or 0x696B64) is known color: Willow Grove. HEX triplet: 69, 6B and 64. RGB value is (105,107,100). Sum of RGB (Red+Green+Blue) = 105+107+100=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 107 - color contains mainly: green. Hex color #696B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B64 is #96949B. Grayscale: #696969. Windows color (decimal): -9868444 or 6581097. OLE color: 6581097.

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

Color convert

RGB 105 107 100 -
CMYK 0.02 0 0.07 0.58
HSL 77.14º 0.03% 0.41% -
HSV(B) 77.14º 0.07% 0.42% -
XYZ 13.38 14.44 14.14 -
YUV 105.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 105 107 100 0.02 0 0.07 0.58 77.14 0.03 0.41
Hex 69 6B 64 2 0 7 3A 4D 3 29
Octal 151 153 144 2 0 7 72 115 3 51
Binary 1101001 1101011 1100100 10 0 111 111010 1001101 11 101001

Color Harmonies of #696B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B64

Black with #696B64

Text Example


Text Example

White with #696B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,100); }

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

background-color css

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

 a { background-color: rgb(105,107,100); }

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

border-color css

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

 span { border-color: rgb(105,107,100); }

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