#6C775D

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

Shades of Willow Grove #6C775D

Tints of Willow Grove #6C775D

Color information

#6C775D (or 0x6C775D) is unknown color: approx Willow Grove. HEX triplet: 6C, 77 and 5D. RGB value is (108,119,93). Sum of RGB (Red+Green+Blue) = 108+119+93=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #6C775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C775D is #9388A2. Grayscale: #707070. Windows color (decimal): -9668771 or 6125420. OLE color: 6125420.

HSL color Cylindrical-coordinate representation of color #6C775D: hue angle of 85.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C775D is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB10811993-
CMYK0.0900.220.53
HSL85.38º12.26%41.57%-
HSV(B)85.38º21.85%46.67%-
XYZ14.7617.1712.89-
YUV112.75116.86124.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=33.75%
G=37.19%
B=29.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119930.0900.220.5385.3812.2641.57
Hex6C775D90163555c2a
Octal15416713511026651251452
Binary110110011101111011101100101011011010110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C775D; }

 p { color: rgb(108,119,93); }

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

<style>
 a { background-color: #6C775D; }

 a { background-color: rgb(108,119,93); }

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

<style>
 span { border-color: #6C775D; }

 span { border-color: rgb(108,119,93); }

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