Html Css Color HEX #6F775D Willow Grove

📋 copy color: '#6F775D'

red 111 ◦ green 119 ◦ blue 93

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

Shades of Willow Grove #6F775D

Tints of Willow Grove #6F775D

RGB

 RED value IS 111 (43.75% from 255) = 34.37%

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

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

R = 34.37%
G = 36.84%
B = 28.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#6F775D (or 0x6F775D) is known color: Willow Grove. HEX triplet: 6F, 77 and 5D. RGB value is (111,119,93). Sum of RGB (Red+Green+Blue) = 111+119+93=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #6F775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F775D is #9088A2. Grayscale: #717171. Windows color (decimal): -9472163 or 6125423. OLE color: 6125423.

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

Color convert

RGB 111 119 93 -
CMYK 0.07 0 0.22 0.53
HSL 78.46º 0.12% 0.42% -
HSV(B) 78.46º 0.22% 0.47% -
XYZ 15.13 17.36 12.91 -
YUV 113.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 111 119 93 0.07 0 0.22 0.53 78.46 0.12 0.42
Hex 6F 77 5D 7 0 16 35 4E C 2A
Octal 157 167 135 7 0 26 65 116 14 52
Binary 1101111 1110111 1011101 111 0 10110 110101 1001110 1100 101010

Color Harmonies of #6F775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F775D

Black with #6F775D

Text Example


Text Example

White with #6F775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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