Html Css Color HEX #66744D Willow Grove

📋 copy color: '#66744D'

red 102 ◦ green 116 ◦ blue 77

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

Shades of Willow Grove #66744D

Tints of Willow Grove #66744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 34.58%
G = 39.32%
B = 26.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#66744D (or 0x66744D) is known color: Willow Grove. HEX triplet: 66, 74 and 4D. RGB value is (102,116,77). Sum of RGB (Red+Green+Blue) = 102+116+77=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #66744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66744D is #998BB2. Grayscale: #6B6B6B. Windows color (decimal): -10062771 or 5076070. OLE color: 5076070.

HSL color Cylindrical-coordinate representation of color #66744D: hue angle of 81.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66744D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 77 -
CMYK 0.12 0 0.34 0.55
HSL 81.54º 0.2% 0.38% -
HSV(B) 81.54º 0.34% 0.45% -
XYZ 13.06 15.85 9.39 -
YUV 107.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 102 116 77 0.12 0 0.34 0.55 81.54 0.2 0.38
Hex 66 74 4D C 0 22 37 52 14 26
Octal 146 164 115 14 0 42 67 122 24 46
Binary 1100110 1110100 1001101 1100 0 100010 110111 1010010 10100 100110

Color Harmonies of #66744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66744D

Black with #66744D

Text Example


Text Example

White with #66744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66744D; }

 p { color: rgb(102,116,77); }

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

background-color css

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

 a { background-color: rgb(102,116,77); }

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

border-color css

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

 span { border-color: rgb(102,116,77); }

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