Html Css Color HEX #666B5E Willow Grove

📋 copy color: '#666B5E'

red 102 ◦ green 107 ◦ blue 94

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

Shades of Willow Grove #666B5E

Tints of Willow Grove #666B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 33.66%
G = 35.31%
B = 31.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#666B5E (or 0x666B5E) is known color: Willow Grove. HEX triplet: 66, 6B and 5E. RGB value is (102,107,94). Sum of RGB (Red+Green+Blue) = 102+107+94=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 107 - color contains mainly: green. Hex color #666B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B5E is #9994A1. Grayscale: #686868. Windows color (decimal): -10065058 or 6187878. OLE color: 6187878.

HSL color Cylindrical-coordinate representation of color #666B5E: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666B5E is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 107 94 -
CMYK 0.05 0 0.12 0.58
HSL 83.08º 0.06% 0.39% -
HSV(B) 83.08º 0.12% 0.42% -
XYZ 12.76 14.15 12.65 -
YUV 104.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 102 107 94 0.05 0 0.12 0.58 83.08 0.06 0.39
Hex 66 6B 5E 5 0 C 3A 53 6 27
Octal 146 153 136 5 0 14 72 123 6 47
Binary 1100110 1101011 1011110 101 0 1100 111010 1010011 110 100111

Color Harmonies of #666B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B5E

Black with #666B5E

Text Example


Text Example

White with #666B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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