Html Css Color HEX #666961 Willow Grove

📋 copy color: '#666961'

red 102 ◦ green 105 ◦ blue 97

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

Shades of Willow Grove #666961

Tints of Willow Grove #666961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 33.55%
G = 34.54%
B = 31.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#666961 (or 0x666961) is known color: Willow Grove. HEX triplet: 66, 69 and 61. RGB value is (102,105,97). Sum of RGB (Red+Green+Blue) = 102+105+97=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 105 - color contains mainly: green. Hex color #666961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666961 is #99969E. Grayscale: #676767. Windows color (decimal): -10065567 or 6383974. OLE color: 6383974.

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

Color convert

RGB 102 105 97 -
CMYK 0.03 0 0.08 0.59
HSL 82.5º 0.04% 0.4% -
HSV(B) 82.5º 0.08% 0.41% -
XYZ 12.69 13.79 13.3 -
YUV 103.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 102 105 97 0.03 0 0.08 0.59 82.5 0.04 0.4
Hex 66 69 61 3 0 8 3B 52 4 28
Octal 146 151 141 3 0 10 73 122 4 50
Binary 1100110 1101001 1100001 11 0 1000 111011 1010010 100 101000

Color Harmonies of #666961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666961

Black with #666961

Text Example


Text Example

White with #666961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666961; }

 p { color: rgb(102,105,97); }

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

background-color css

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

 a { background-color: rgb(102,105,97); }

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

border-color css

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

 span { border-color: rgb(102,105,97); }

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