Html Css Color HEX #6D7264 Willow Grove

📋 copy color: '#6D7264'

red 109 ◦ green 114 ◦ blue 100

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

Shades of Willow Grove #6D7264

Tints of Willow Grove #6D7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 33.75%
G = 35.29%
B = 30.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#6D7264 (or 0x6D7264) is known color: Willow Grove. HEX triplet: 6D, 72 and 64. RGB value is (109,114,100). Sum of RGB (Red+Green+Blue) = 109+114+100=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7264 is #928D9B. Grayscale: #6E6E6E. Windows color (decimal): -9604508 or 6582893. OLE color: 6582893.

HSL color Cylindrical-coordinate representation of color #6D7264: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D7264 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 114 100 -
CMYK 0.04 0 0.12 0.55
HSL 81.43º 0.07% 0.42% -
HSV(B) 81.43º 0.12% 0.45% -
XYZ 14.62 16.21 14.41 -
YUV 110.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 109 114 100 0.04 0 0.12 0.55 81.43 0.07 0.42
Hex 6D 72 64 4 0 C 37 51 7 2A
Octal 155 162 144 4 0 14 67 121 7 52
Binary 1101101 1110010 1100100 100 0 1100 110111 1010001 111 101010

Color Harmonies of #6D7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7264

Black with #6D7264

Text Example


Text Example

White with #6D7264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,100); }

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

background-color css

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

 a { background-color: rgb(109,114,100); }

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

border-color css

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

 span { border-color: rgb(109,114,100); }

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