Html Css Color HEX #6B745E Willow Grove

📋 copy color: '#6B745E'

red 107 ◦ green 116 ◦ blue 94

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

Shades of Willow Grove #6B745E

Tints of Willow Grove #6B745E

RGB

 RED value IS 107 (42.19% from 255) = 33.75%

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 33.75%
G = 36.59%
B = 29.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#6B745E (or 0x6B745E) is known color: Willow Grove. HEX triplet: 6B, 74 and 5E. RGB value is (107,116,94). Sum of RGB (Red+Green+Blue) = 107+116+94=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745E is #948BA1. Grayscale: #6E6E6E. Windows color (decimal): -9735074 or 6190187. OLE color: 6190187.

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

Color convert

RGB 107 116 94 -
CMYK 0.08 0 0.19 0.55
HSL 84.55º 0.1% 0.41% -
HSV(B) 84.55º 0.19% 0.45% -
XYZ 14.33 16.42 13 -
YUV 110.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 107 116 94 0.08 0 0.19 0.55 84.55 0.1 0.41
Hex 6B 74 5E 8 0 13 37 55 A 29
Octal 153 164 136 10 0 23 67 125 12 51
Binary 1101011 1110100 1011110 1000 0 10011 110111 1010101 1010 101001

Color Harmonies of #6B745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B745E

Black with #6B745E

Text Example


Text Example

White with #6B745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,94); }

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

background-color css

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

 a { background-color: rgb(107,116,94); }

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

border-color css

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

 span { border-color: rgb(107,116,94); }

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