#6D7855

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

Shades of Willow Grove #6D7855

Tints of Willow Grove #6D7855

Color information

#6D7855 (or 0x6D7855) is unknown color: approx Willow Grove. HEX triplet: 6D, 78 and 55. RGB value is (109,120,85). Sum of RGB (Red+Green+Blue) = 109+120+85=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7855 is #9287AA. Grayscale: #707070. Windows color (decimal): -9602987 or 5601389. OLE color: 5601389.

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

Color convert

RGB10912085-
CMYK0.0900.290.53
HSL78.86º17.07%40.2%-
HSV(B)78.86º29.17%47.06%-
XYZ14.6617.3411.17-
YUV112.72112.36125.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=34.71%
G=38.22%
B=27.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109120850.0900.290.5378.8617.0740.2
Hex6D7855901D354f1128
Octal15517012511035651172150
Binary1101101111100010101011001011101110101100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,85); }

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

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

 a { background-color: rgb(109,120,85); }

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

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

 span { border-color: rgb(109,120,85); }

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