#6D765F

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

Shades of Willow Grove #6D765F

Tints of Willow Grove #6D765F

Color information

#6D765F (or 0x6D765F) is unknown color: approx Willow Grove. HEX triplet: 6D, 76 and 5F. RGB value is (109,118,95). Sum of RGB (Red+Green+Blue) = 109+118+95=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #6D765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D765F is #9289A0. Grayscale: #707070. Windows color (decimal): -9603489 or 6256237. OLE color: 6256237.

HSL color Cylindrical-coordinate representation of color #6D765F: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D765F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10911895-
CMYK0.0800.190.54
HSL83.48º10.8%41.76%-
HSV(B)83.48º19.49%46.27%-
XYZ14.8517.0313.33-
YUV112.69118.02125.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=33.85%
G=36.65%
B=29.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118950.0800.190.5483.4810.841.76
Hex6D765F80133653b2a
Octal15516613710023661231352
Binary110110111101101011111100001001111011010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,95); }

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

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

 a { background-color: rgb(109,118,95); }

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

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

 span { border-color: rgb(109,118,95); }

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