#66715A

Color #66715A Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #66715A

Tints of Willow Grove #66715A

Color information

#66715A (or 0x66715A) is unknown color: approx Willow Grove. HEX triplet: 66, 71 and 5A. RGB value is (102,113,90). Sum of RGB (Red+Green+Blue) = 102+113+90=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #66715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66715A is #998EA5. Grayscale: #6B6B6B. Windows color (decimal): -10063526 or 5927270. OLE color: 5927270.

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

Color convert

RGB10211390-
CMYK0.1000.200.56
HSL88.7º11.33%39.8%-
HSV(B)88.7º20.35%44.31%-
XYZ13.2315.3711.94-
YUV107.09118.36124.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=33.44%
G=37.05%
B=29.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113900.1000.200.5688.711.3339.8
Hex66715AA0143859b28
Octal14616113212024701311350
Binary110011011100011011010101001010011100010110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66715A;
 }
 .AnyTagClassName
 {
   color: #66715A;
 }
</style>
background-color css

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

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

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

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

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

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