Html Css Color HEX #6A775C Willow Grove

📋 copy color: '#6A775C'

red 106 ◦ green 119 ◦ blue 92

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

Shades of Willow Grove #6A775C

Tints of Willow Grove #6A775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 33.44%
G = 37.54%
B = 29.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#6A775C (or 0x6A775C) is known color: Willow Grove. HEX triplet: 6A, 77 and 5C. RGB value is (106,119,92). Sum of RGB (Red+Green+Blue) = 106+119+92=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #6A775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A775C is #9588A3. Grayscale: #707070. Windows color (decimal): -9799844 or 6059882. OLE color: 6059882.

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

Color convert

RGB 106 119 92 -
CMYK 0.11 0 0.23 0.53
HSL 88.89º 0.13% 0.41% -
HSV(B) 88.89º 0.23% 0.47% -
XYZ 14.47 17.03 12.65 -
YUV 112.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 106 119 92 0.11 0 0.23 0.53 88.89 0.13 0.41
Hex 6A 77 5C B 0 17 35 59 D 29
Octal 152 167 134 13 0 27 65 131 15 51
Binary 1101010 1110111 1011100 1011 0 10111 110101 1011001 1101 101001

Color Harmonies of #6A775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A775C

Black with #6A775C

Text Example


Text Example

White with #6A775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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