Html Css Color HEX #6A775D Willow Grove

📋 copy color: '#6A775D'

red 106 ◦ green 119 ◦ blue 93

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

Shades of Willow Grove #6A775D

Tints of Willow Grove #6A775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 33.33%
G = 37.42%
B = 29.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#6A775D (or 0x6A775D) is known color: Willow Grove. HEX triplet: 6A, 77 and 5D. RGB value is (106,119,93). Sum of RGB (Red+Green+Blue) = 106+119+93=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #6A775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A775D is #9588A2. Grayscale: #707070. Windows color (decimal): -9799843 or 6125418. OLE color: 6125418.

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

Color convert

RGB 106 119 93 -
CMYK 0.11 0 0.22 0.53
HSL 90º 0.12% 0.42% -
HSV(B) 90º 0.22% 0.47% -
XYZ 14.52 17.05 12.88 -
YUV 112.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 106 119 93 0.11 0 0.22 0.53 90 0.12 0.42
Hex 6A 77 5D B 0 16 35 5A C 2A
Octal 152 167 135 13 0 26 65 132 14 52
Binary 1101010 1110111 1011101 1011 0 10110 110101 1011010 1100 101010

Color Harmonies of #6A775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A775D

Black with #6A775D

Text Example


Text Example

White with #6A775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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