Html Css Color HEX #6D825F Willow Grove

📋 copy color: '#6D825F'

red 109 ◦ green 130 ◦ blue 95

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

Shades of Willow Grove #6D825F

Tints of Willow Grove #6D825F

RGB

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

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

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

R = 32.63%
G = 38.92%
B = 28.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#6D825F (or 0x6D825F) is known color: Willow Grove. HEX triplet: 6D, 82 and 5F. RGB value is (109,130,95). Sum of RGB (Red+Green+Blue) = 109+130+95=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #6D825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D825F is #927DA0. Grayscale: #777777. Windows color (decimal): -9600417 or 6259309. OLE color: 6259309.

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

Color convert

RGB 109 130 95 -
CMYK 0.16 0 0.27 0.49
HSL 96º 0.16% 0.44% -
HSV(B) 96º 0.27% 0.51% -
XYZ 16.35 20.04 13.83 -
YUV 119.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 109 130 95 0.16 0 0.27 0.49 96 0.16 0.44
Hex 6D 82 5F 10 0 1B 31 60 10 2C
Octal 155 202 137 20 0 33 61 140 20 54
Binary 1101101 10000010 1011111 10000 0 11011 110001 1100000 10000 101100

Color Harmonies of #6D825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D825F

Black with #6D825F

Text Example


Text Example

White with #6D825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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