Html Css Color HEX #66715B Willow Grove

📋 copy color: '#66715B'

red 102 ◦ green 113 ◦ blue 91

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

Shades of Willow Grove #66715B

Tints of Willow Grove #66715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 33.33%
G = 36.93%
B = 29.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#66715B (or 0x66715B) is known color: Willow Grove. HEX triplet: 66, 71 and 5B. RGB value is (102,113,91). Sum of RGB (Red+Green+Blue) = 102+113+91=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #66715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66715B is #998EA4. Grayscale: #6B6B6B. Windows color (decimal): -10063525 or 5992806. OLE color: 5992806.

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

Color convert

RGB 102 113 91 -
CMYK 0.10 0 0.19 0.56
HSL 90º 0.11% 0.4% -
HSV(B) 90º 0.19% 0.44% -
XYZ 13.27 15.39 12.17 -
YUV 107.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 102 113 91 0.10 0 0.19 0.56 90 0.11 0.4
Hex 66 71 5B A 0 13 38 5A B 28
Octal 146 161 133 12 0 23 70 132 13 50
Binary 1100110 1110001 1011011 1010 0 10011 111000 1011010 1011 101000

Color Harmonies of #66715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66715B

Black with #66715B

Text Example


Text Example

White with #66715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66715B; }

 p { color: rgb(102,113,91); }

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

background-color css

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

 a { background-color: rgb(102,113,91); }

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

border-color css

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

 span { border-color: rgb(102,113,91); }

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