Html Css Color HEX #6D8255 Willow Grove

📋 copy color: '#6D8255'

red 109 ◦ green 130 ◦ blue 85

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

Shades of Willow Grove #6D8255

Tints of Willow Grove #6D8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 33.64%
G = 40.12%
B = 26.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#6D8255 (or 0x6D8255) is known color: Willow Grove. HEX triplet: 6D, 82 and 55. RGB value is (109,130,85). Sum of RGB (Red+Green+Blue) = 109+130+85=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8255 is #927DAA. Grayscale: #767676. Windows color (decimal): -9600427 or 5603949. OLE color: 5603949.

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

Color convert

RGB 109 130 85 -
CMYK 0.16 0 0.35 0.49
HSL 88º 0.21% 0.42% -
HSV(B) 88º 0.35% 0.51% -
XYZ 15.93 19.87 11.59 -
YUV 118.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 109 130 85 0.16 0 0.35 0.49 88 0.21 0.42
Hex 6D 82 55 10 0 23 31 58 15 2A
Octal 155 202 125 20 0 43 61 130 25 52
Binary 1101101 10000010 1010101 10000 0 100011 110001 1011000 10101 101010

Color Harmonies of #6D8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8255

Black with #6D8255

Text Example


Text Example

White with #6D8255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,85); }

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

background-color css

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

 a { background-color: rgb(109,130,85); }

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

border-color css

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

 span { border-color: rgb(109,130,85); }

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