Html Css Color HEX #6D775F Willow Grove

📋 copy color: '#6D775F'

red 109 ◦ green 119 ◦ blue 95

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

Shades of Willow Grove #6D775F

Tints of Willow Grove #6D775F

RGB

 RED value IS 109 (42.97% from 255) = 33.75%

 GREEN value IS 119 (46.88% from 255) = 36.84%

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 33.75%
G = 36.84%
B = 29.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#6D775F (or 0x6D775F) is known color: Willow Grove. HEX triplet: 6D, 77 and 5F. RGB value is (109,119,95). Sum of RGB (Red+Green+Blue) = 109+119+95=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #6D775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D775F is #9288A0. Grayscale: #717171. Windows color (decimal): -9603233 or 6256493. OLE color: 6256493.

HSL color Cylindrical-coordinate representation of color #6D775F: hue angle of 85º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D775F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 119 95 -
CMYK 0.08 0 0.20 0.53
HSL 85º 0.11% 0.42% -
HSV(B) 85º 0.2% 0.47% -
XYZ 14.97 17.27 13.37 -
YUV 113.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 109 119 95 0.08 0 0.20 0.53 85 0.11 0.42
Hex 6D 77 5F 8 0 14 35 55 B 2A
Octal 155 167 137 10 0 24 65 125 13 52
Binary 1101101 1110111 1011111 1000 0 10100 110101 1010101 1011 101010

Color Harmonies of #6D775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D775F

Black with #6D775F

Text Example


Text Example

White with #6D775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D775F;
 }
 .AnyTagClassName
 {
   color: #6D775F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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