Html Css Color HEX #6E716A Willow Grove

📋 copy color: '#6E716A'

red 110 ◦ green 113 ◦ blue 106

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

Shades of Willow Grove #6E716A

Tints of Willow Grove #6E716A

RGB

 RED value IS 110 (43.36% from 255) = 33.43%

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 33.43%
G = 34.35%
B = 32.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6E716A (or 0x6E716A) is known color: Willow Grove. HEX triplet: 6E, 71 and 6A. RGB value is (110,113,106). Sum of RGB (Red+Green+Blue) = 110+113+106=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #6E716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E716A is #918E95. Grayscale: #6F6F6F. Windows color (decimal): -9539222 or 6975854. OLE color: 6975854.

HSL color Cylindrical-coordinate representation of color #6E716A: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E716A is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 113 106 -
CMYK 0.03 0 0.06 0.56
HSL 85.71º 0.03% 0.43% -
HSV(B) 85.71º 0.06% 0.44% -
XYZ 14.94 16.17 15.97 -
YUV 111.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 110 113 106 0.03 0 0.06 0.56 85.71 0.03 0.43
Hex 6E 71 6A 3 0 6 38 56 3 2B
Octal 156 161 152 3 0 6 70 126 3 53
Binary 1101110 1110001 1101010 11 0 110 111000 1010110 11 101011

Color Harmonies of #6E716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E716A

Black with #6E716A

Text Example


Text Example

White with #6E716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,113,106); }

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

background-color css

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

 a { background-color: rgb(110,113,106); }

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

border-color css

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

 span { border-color: rgb(110,113,106); }

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