Html Css Color HEX #666A63 Willow Grove

📋 copy color: '#666A63'

red 102 ◦ green 106 ◦ blue 99

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

Shades of Willow Grove #666A63

Tints of Willow Grove #666A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

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

R = 33.22%
G = 34.53%
B = 32.25%

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

#666A63 (or 0x666A63) is known color: Willow Grove. HEX triplet: 66, 6A and 63. RGB value is (102,106,99). Sum of RGB (Red+Green+Blue) = 102+106+99=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 106 - color contains mainly: green. Hex color #666A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A63 is #99959C. Grayscale: #686868. Windows color (decimal): -10065309 or 6515302. OLE color: 6515302.

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

Color convert

RGB 102 106 99 -
CMYK 0.04 0 0.07 0.58
HSL 94.29º 0.03% 0.4% -
HSV(B) 94.29º 0.07% 0.42% -
XYZ 12.89 14.03 13.83 -
YUV 104.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 102 106 99 0.04 0 0.07 0.58 94.29 0.03 0.4
Hex 66 6A 63 4 0 7 3A 5E 3 28
Octal 146 152 143 4 0 7 72 136 3 50
Binary 1100110 1101010 1100011 100 0 111 111010 1011110 11 101000

Color Harmonies of #666A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A63

Black with #666A63

Text Example


Text Example

White with #666A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666A63; }

 p { color: rgb(102,106,99); }

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

background-color css

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

 a { background-color: rgb(102,106,99); }

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

border-color css

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

 span { border-color: rgb(102,106,99); }

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