Html Css Color HEX #666864 Willow Grove

📋 copy color: '#666864'

red 102 ◦ green 104 ◦ blue 100

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

Shades of Willow Grove #666864

Tints of Willow Grove #666864

RGB

 RED value IS 102 (40.23% from 255) = 33.33%

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 33.33%
G = 33.99%
B = 32.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#666864 (or 0x666864) is known color: Willow Grove. HEX triplet: 66, 68 and 64. RGB value is (102,104,100). Sum of RGB (Red+Green+Blue) = 102+104+100=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 104 - color contains mainly: green. Hex color #666864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666864 is #99979B. Grayscale: #666666. Windows color (decimal): -10065820 or 6580326. OLE color: 6580326.

HSL color Cylindrical-coordinate representation of color #666864: hue angle of 90º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #666864 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 100 -
CMYK 0.02 0 0.04 0.59
HSL 90º 0.02% 0.4% -
HSV(B) 90º 0.04% 0.41% -
XYZ 12.73 13.65 14.02 -
YUV 102.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 102 104 100 0.02 0 0.04 0.59 90 0.02 0.4
Hex 66 68 64 2 0 4 3B 5A 2 28
Octal 146 150 144 2 0 4 73 132 2 50
Binary 1100110 1101000 1100100 10 0 100 111011 1011010 10 101000

Color Harmonies of #666864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666864

Black with #666864

Text Example


Text Example

White with #666864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666864; }

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

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

background-color css

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

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

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

border-color css

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

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

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