Html Css Color HEX #666F5D Willow Grove

📋 copy color: '#666F5D'

red 102 ◦ green 111 ◦ blue 93

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

Shades of Willow Grove #666F5D

Tints of Willow Grove #666F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 33.33%
G = 36.27%
B = 30.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#666F5D (or 0x666F5D) is known color: Willow Grove. HEX triplet: 66, 6F and 5D. RGB value is (102,111,93). Sum of RGB (Red+Green+Blue) = 102+111+93=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #666F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F5D is #9990A2. Grayscale: #6A6A6A. Windows color (decimal): -10064035 or 6123366. OLE color: 6123366.

HSL color Cylindrical-coordinate representation of color #666F5D: hue angle of 90º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666F5D is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 111 93 -
CMYK 0.08 0 0.16 0.56
HSL 90º 0.09% 0.4% -
HSV(B) 90º 0.16% 0.44% -
XYZ 13.14 14.98 12.56 -
YUV 106.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 102 111 93 0.08 0 0.16 0.56 90 0.09 0.4
Hex 66 6F 5D 8 0 10 38 5A 9 28
Octal 146 157 135 10 0 20 70 132 11 50
Binary 1100110 1101111 1011101 1000 0 10000 111000 1011010 1001 101000

Color Harmonies of #666F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F5D

Black with #666F5D

Text Example


Text Example

White with #666F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,93); }

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

background-color css

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

 a { background-color: rgb(102,111,93); }

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

border-color css

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

 span { border-color: rgb(102,111,93); }

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