Html Css Color HEX #6E756A Willow Grove

📋 copy color: '#6E756A'

red 110 ◦ green 117 ◦ blue 106

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

Shades of Willow Grove #6E756A

Tints of Willow Grove #6E756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 33.03%
G = 35.14%
B = 31.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6E756A (or 0x6E756A) is known color: Willow Grove. HEX triplet: 6E, 75 and 6A. RGB value is (110,117,106). Sum of RGB (Red+Green+Blue) = 110+117+106=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #6E756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E756A is #918A95. Grayscale: #717171. Windows color (decimal): -9538198 or 6976878. OLE color: 6976878.

HSL color Cylindrical-coordinate representation of color #6E756A: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6E756A is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 106 -
CMYK 0.06 0 0.09 0.54
HSL 98.18º 0.05% 0.44% -
HSV(B) 98.18º 0.09% 0.46% -
XYZ 15.39 17.08 16.12 -
YUV 113.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 110 117 106 0.06 0 0.09 0.54 98.18 0.05 0.44
Hex 6E 75 6A 6 0 9 36 62 5 2C
Octal 156 165 152 6 0 11 66 142 5 54
Binary 1101110 1110101 1101010 110 0 1001 110110 1100010 101 101100

Color Harmonies of #6E756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E756A

Black with #6E756A

Text Example


Text Example

White with #6E756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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