Html Css Color HEX #6A775B Willow Grove

📋 copy color: '#6A775B'

red 106 ◦ green 119 ◦ blue 91

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

Shades of Willow Grove #6A775B

Tints of Willow Grove #6A775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 33.54%
G = 37.66%
B = 28.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#6A775B (or 0x6A775B) is known color: Willow Grove. HEX triplet: 6A, 77 and 5B. RGB value is (106,119,91). Sum of RGB (Red+Green+Blue) = 106+119+91=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #6A775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A775B is #9588A4. Grayscale: #707070. Windows color (decimal): -9799845 or 5994346. OLE color: 5994346.

HSL color Cylindrical-coordinate representation of color #6A775B: hue angle of 87.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A775B is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 91 -
CMYK 0.11 0 0.24 0.53
HSL 87.86º 0.13% 0.41% -
HSV(B) 87.86º 0.24% 0.47% -
XYZ 14.43 17.01 12.42 -
YUV 111.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 106 119 91 0.11 0 0.24 0.53 87.86 0.13 0.41
Hex 6A 77 5B B 0 18 35 58 D 29
Octal 152 167 133 13 0 30 65 130 15 51
Binary 1101010 1110111 1011011 1011 0 11000 110101 1011000 1101 101001

Color Harmonies of #6A775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A775B

Black with #6A775B

Text Example


Text Example

White with #6A775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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