Html Css Color HEX #6C775E Willow Grove

📋 copy color: '#6C775E'

red 108 ◦ green 119 ◦ blue 94

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

Shades of Willow Grove #6C775E

Tints of Willow Grove #6C775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 33.64%
G = 37.07%
B = 29.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#6C775E (or 0x6C775E) is known color: Willow Grove. HEX triplet: 6C, 77 and 5E. RGB value is (108,119,94). Sum of RGB (Red+Green+Blue) = 108+119+94=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #6C775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C775E is #9388A1. Grayscale: #707070. Windows color (decimal): -9668770 or 6190956. OLE color: 6190956.

HSL color Cylindrical-coordinate representation of color #6C775E: hue angle of 86.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C775E is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 119 94 -
CMYK 0.09 0 0.21 0.53
HSL 86.4º 0.12% 0.42% -
HSV(B) 86.4º 0.21% 0.47% -
XYZ 14.8 17.19 13.13 -
YUV 112.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 108 119 94 0.09 0 0.21 0.53 86.4 0.12 0.42
Hex 6C 77 5E 9 0 15 35 56 C 2A
Octal 154 167 136 11 0 25 65 126 14 52
Binary 1101100 1110111 1011110 1001 0 10101 110101 1010110 1100 101010

Color Harmonies of #6C775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C775E

Black with #6C775E

Text Example


Text Example

White with #6C775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,94); }

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

background-color css

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

 a { background-color: rgb(108,119,94); }

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

border-color css

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

 span { border-color: rgb(108,119,94); }

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