Html Css Color HEX #6D805D Willow Grove

📋 copy color: '#6D805D'

red 109 ◦ green 128 ◦ blue 93

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

Shades of Willow Grove #6D805D

Tints of Willow Grove #6D805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 33.03%
G = 38.79%
B = 28.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#6D805D (or 0x6D805D) is known color: Willow Grove. HEX triplet: 6D, 80 and 5D. RGB value is (109,128,93). Sum of RGB (Red+Green+Blue) = 109+128+93=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #6D805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D805D is #927FA2. Grayscale: #767676. Windows color (decimal): -9600931 or 6127725. OLE color: 6127725.

HSL color Cylindrical-coordinate representation of color #6D805D: hue angle of 92.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D805D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 128 93 -
CMYK 0.15 0 0.27 0.50
HSL 92.57º 0.16% 0.43% -
HSV(B) 92.57º 0.27% 0.5% -
XYZ 16 19.48 13.27 -
YUV 118.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 109 128 93 0.15 0 0.27 0.50 92.57 0.16 0.43
Hex 6D 80 5D F 0 1B 32 5D 10 2B
Octal 155 200 135 17 0 33 62 135 20 53
Binary 1101101 10000000 1011101 1111 0 11011 110010 1011101 10000 101011

Color Harmonies of #6D805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D805D

Black with #6D805D

Text Example


Text Example

White with #6D805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,128,93); }

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

background-color css

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

 a { background-color: rgb(109,128,93); }

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

border-color css

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

 span { border-color: rgb(109,128,93); }

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