Html Css Color HEX #6D7C50 Willow Grove

📋 copy color: '#6D7C50'

red 109 ◦ green 124 ◦ blue 80

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

Shades of Willow Grove #6D7C50

Tints of Willow Grove #6D7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 34.82%
G = 39.62%
B = 25.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#6D7C50 (or 0x6D7C50) is known color: Willow Grove. HEX triplet: 6D, 7C and 50. RGB value is (109,124,80). Sum of RGB (Red+Green+Blue) = 109+124+80=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C50 is #9283AF. Grayscale: #727272. Windows color (decimal): -9601968 or 5274733. OLE color: 5274733.

HSL color Cylindrical-coordinate representation of color #6D7C50: hue angle of 80.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D7C50 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 124 80 -
CMYK 0.12 0 0.35 0.51
HSL 80.45º 0.22% 0.4% -
HSV(B) 80.45º 0.35% 0.49% -
XYZ 14.96 18.25 10.32 -
YUV 114.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 109 124 80 0.12 0 0.35 0.51 80.45 0.22 0.4
Hex 6D 7C 50 C 0 23 33 50 16 28
Octal 155 174 120 14 0 43 63 120 26 50
Binary 1101101 1111100 1010000 1100 0 100011 110011 1010000 10110 101000

Color Harmonies of #6D7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7C50

Black with #6D7C50

Text Example


Text Example

White with #6D7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,80); }

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

background-color css

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

 a { background-color: rgb(109,124,80); }

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

border-color css

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

 span { border-color: rgb(109,124,80); }

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