Html Css Color HEX #6A775E Willow Grove

📋 copy color: '#6A775E'

red 106 ◦ green 119 ◦ blue 94

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

Shades of Willow Grove #6A775E

Tints of Willow Grove #6A775E

RGB

 RED value IS 106 (41.8% from 255) = 33.23%

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

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

R = 33.23%
G = 37.3%
B = 29.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#6A775E (or 0x6A775E) is known color: Willow Grove. HEX triplet: 6A, 77 and 5E. RGB value is (106,119,94). Sum of RGB (Red+Green+Blue) = 106+119+94=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #6A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A775E is #9588A1. Grayscale: #707070. Windows color (decimal): -9799842 or 6190954. OLE color: 6190954.

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

Color convert

RGB 106 119 94 -
CMYK 0.11 0 0.21 0.53
HSL 91.2º 0.12% 0.42% -
HSV(B) 91.2º 0.21% 0.47% -
XYZ 14.56 17.07 13.12 -
YUV 112.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 106 119 94 0.11 0 0.21 0.53 91.2 0.12 0.42
Hex 6A 77 5E B 0 15 35 5B C 2A
Octal 152 167 136 13 0 25 65 133 14 52
Binary 1101010 1110111 1011110 1011 0 10101 110101 1011011 1100 101010

Color Harmonies of #6A775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A775E

Black with #6A775E

Text Example


Text Example

White with #6A775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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