Html Css Color HEX #6C745C Willow Grove

📋 copy color: '#6C745C'

red 108 ◦ green 116 ◦ blue 92

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

Shades of Willow Grove #6C745C

Tints of Willow Grove #6C745C

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 34.18%
G = 36.71%
B = 29.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#6C745C (or 0x6C745C) is known color: Willow Grove. HEX triplet: 6C, 74 and 5C. RGB value is (108,116,92). Sum of RGB (Red+Green+Blue) = 108+116+92=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #6C745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C745C is #938BA3. Grayscale: #6E6E6E. Windows color (decimal): -9669540 or 6059116. OLE color: 6059116.

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

Color convert

RGB 108 116 92 -
CMYK 0.07 0 0.21 0.55
HSL 80º 0.12% 0.41% -
HSV(B) 80º 0.21% 0.45% -
XYZ 14.36 16.45 12.54 -
YUV 110.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 108 116 92 0.07 0 0.21 0.55 80 0.12 0.41
Hex 6C 74 5C 7 0 15 37 50 C 29
Octal 154 164 134 7 0 25 67 120 14 51
Binary 1101100 1110100 1011100 111 0 10101 110111 1010000 1100 101001

Color Harmonies of #6C745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C745C

Black with #6C745C

Text Example


Text Example

White with #6C745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,116,92); }

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

background-color css

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

 a { background-color: rgb(108,116,92); }

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

border-color css

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

 span { border-color: rgb(108,116,92); }

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