Html Css Color HEX #6B775E Willow Grove

📋 copy color: '#6B775E'

red 107 ◦ green 119 ◦ blue 94

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

Shades of Willow Grove #6B775E

Tints of Willow Grove #6B775E

RGB

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

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

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

R = 33.44%
G = 37.19%
B = 29.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#6B775E (or 0x6B775E) is known color: Willow Grove. HEX triplet: 6B, 77 and 5E. RGB value is (107,119,94). Sum of RGB (Red+Green+Blue) = 107+119+94=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #6B775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B775E is #9488A1. Grayscale: #707070. Windows color (decimal): -9734306 or 6190955. OLE color: 6190955.

HSL color Cylindrical-coordinate representation of color #6B775E: hue angle of 88.8º 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 #6B775E is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 94 -
CMYK 0.10 0 0.21 0.53
HSL 88.8º 0.12% 0.42% -
HSV(B) 88.8º 0.21% 0.47% -
XYZ 14.68 17.13 13.12 -
YUV 112.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 107 119 94 0.10 0 0.21 0.53 88.8 0.12 0.42
Hex 6B 77 5E A 0 15 35 59 C 2A
Octal 153 167 136 12 0 25 65 131 14 52
Binary 1101011 1110111 1011110 1010 0 10101 110101 1011001 1100 101010

Color Harmonies of #6B775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B775E

Black with #6B775E

Text Example


Text Example

White with #6B775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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