Html Css Color HEX #6D755E Willow Grove

📋 copy color: '#6D755E'

red 109 ◦ green 117 ◦ blue 94

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

Shades of Willow Grove #6D755E

Tints of Willow Grove #6D755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 34.06%
G = 36.56%
B = 29.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#6D755E (or 0x6D755E) is known color: Willow Grove. HEX triplet: 6D, 75 and 5E. RGB value is (109,117,94). Sum of RGB (Red+Green+Blue) = 109+117+94=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #6D755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D755E is #928AA1. Grayscale: #707070. Windows color (decimal): -9603746 or 6190445. OLE color: 6190445.

HSL color Cylindrical-coordinate representation of color #6D755E: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D755E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 94 -
CMYK 0.07 0 0.20 0.54
HSL 80.87º 0.11% 0.41% -
HSV(B) 80.87º 0.2% 0.46% -
XYZ 14.69 16.78 13.05 -
YUV 111.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 109 117 94 0.07 0 0.20 0.54 80.87 0.11 0.41
Hex 6D 75 5E 7 0 14 36 51 B 29
Octal 155 165 136 7 0 24 66 121 13 51
Binary 1101101 1110101 1011110 111 0 10100 110110 1010001 1011 101001

Color Harmonies of #6D755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D755E

Black with #6D755E

Text Example


Text Example

White with #6D755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,94); }

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

background-color css

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

 a { background-color: rgb(109,117,94); }

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

border-color css

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

 span { border-color: rgb(109,117,94); }

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