Html Css Color HEX #66715D Willow Grove

📋 copy color: '#66715D'

red 102 ◦ green 113 ◦ blue 93

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

Shades of Willow Grove #66715D

Tints of Willow Grove #66715D

RGB

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

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

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

R = 33.12%
G = 36.69%
B = 30.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#66715D (or 0x66715D) is known color: Willow Grove. HEX triplet: 66, 71 and 5D. RGB value is (102,113,93). Sum of RGB (Red+Green+Blue) = 102+113+93=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #66715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66715D is #998EA2. Grayscale: #6B6B6B. Windows color (decimal): -10063523 or 6123878. OLE color: 6123878.

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

Color convert

RGB 102 113 93 -
CMYK 0.10 0 0.18 0.56
HSL 93º 0.1% 0.4% -
HSV(B) 93º 0.18% 0.44% -
XYZ 13.36 15.43 12.63 -
YUV 107.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 102 113 93 0.10 0 0.18 0.56 93 0.1 0.4
Hex 66 71 5D A 0 12 38 5D A 28
Octal 146 161 135 12 0 22 70 135 12 50
Binary 1100110 1110001 1011101 1010 0 10010 111000 1011101 1010 101000

Color Harmonies of #66715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66715D

Black with #66715D

Text Example


Text Example

White with #66715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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