Html Css Color HEX #686C64 Willow Grove

📋 copy color: '#686C64'

red 104 ◦ green 108 ◦ blue 100

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

Shades of Willow Grove #686C64

Tints of Willow Grove #686C64

RGB

 RED value IS 104 (41.02% from 255) = 33.33%

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

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

R = 33.33%
G = 34.62%
B = 32.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#686C64 (or 0x686C64) is known color: Willow Grove. HEX triplet: 68, 6C and 64. RGB value is (104,108,100). Sum of RGB (Red+Green+Blue) = 104+108+100=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #686C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C64 is #97939B. Grayscale: #696969. Windows color (decimal): -9933724 or 6581352. OLE color: 6581352.

HSL color Cylindrical-coordinate representation of color #686C64: hue angle of 90º degrees, saturation: 0.04, 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 #686C64 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 108 100 -
CMYK 0.04 0 0.07 0.58
HSL 90º 0.04% 0.41% -
HSV(B) 90º 0.07% 0.42% -
XYZ 13.37 14.59 14.17 -
YUV 105.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 104 108 100 0.04 0 0.07 0.58 90 0.04 0.41
Hex 68 6C 64 4 0 7 3A 5A 4 29
Octal 150 154 144 4 0 7 72 132 4 51
Binary 1101000 1101100 1100100 100 0 111 111010 1011010 100 101001

Color Harmonies of #686C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C64

Black with #686C64

Text Example


Text Example

White with #686C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686C64; }

 p { color: rgb(104,108,100); }

 H1.HeaderClassName
 {
   color: #686C64;
 }
 .AnyTagClassName
 {
   color: #686C64;
 }
</style>

background-color css

<style>
 a { background-color: #686C64; }

 a { background-color: rgb(104,108,100); }

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

border-color css

<style>
 span { border-color: #686C64; }

 span { border-color: rgb(104,108,100); }

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