Html Css Color HEX #686B66 Willow Grove

📋 copy color: '#686B66'

red 104 ◦ green 107 ◦ blue 102

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

Shades of Willow Grove #686B66

Tints of Willow Grove #686B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 33.23%
G = 34.19%
B = 32.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#686B66 (or 0x686B66) is known color: Willow Grove. HEX triplet: 68, 6B and 66. RGB value is (104,107,102). Sum of RGB (Red+Green+Blue) = 104+107+102=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 107 - color contains mainly: green. Hex color #686B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B66 is #979499. Grayscale: #696969. Windows color (decimal): -9933978 or 6712168. OLE color: 6712168.

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

Color convert

RGB 104 107 102 -
CMYK 0.03 0 0.05 0.58
HSL 96º 0.02% 0.41% -
HSV(B) 96º 0.05% 0.42% -
XYZ 13.36 14.42 14.65 -
YUV 105.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 104 107 102 0.03 0 0.05 0.58 96 0.02 0.41
Hex 68 6B 66 3 0 5 3A 60 2 29
Octal 150 153 146 3 0 5 72 140 2 51
Binary 1101000 1101011 1100110 11 0 101 111010 1100000 10 101001

Color Harmonies of #686B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B66

Black with #686B66

Text Example


Text Example

White with #686B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,107,102); }

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

background-color css

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

 a { background-color: rgb(104,107,102); }

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

border-color css

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

 span { border-color: rgb(104,107,102); }

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