Html Css Color HEX #6E7265 Willow Grove

📋 copy color: '#6E7265'

red 110 ◦ green 114 ◦ blue 101

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

Shades of Willow Grove #6E7265

Tints of Willow Grove #6E7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 33.85%
G = 35.08%
B = 31.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#6E7265 (or 0x6E7265) is known color: Willow Grove. HEX triplet: 6E, 72 and 65. RGB value is (110,114,101). Sum of RGB (Red+Green+Blue) = 110+114+101=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7265 is #918D9A. Grayscale: #6F6F6F. Windows color (decimal): -9538971 or 6648430. OLE color: 6648430.

HSL color Cylindrical-coordinate representation of color #6E7265: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7265 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 101 -
CMYK 0.04 0 0.11 0.55
HSL 78.46º 0.06% 0.42% -
HSV(B) 78.46º 0.11% 0.45% -
XYZ 14.8 16.29 14.68 -
YUV 111.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 110 114 101 0.04 0 0.11 0.55 78.46 0.06 0.42
Hex 6E 72 65 4 0 B 37 4E 6 2A
Octal 156 162 145 4 0 13 67 116 6 52
Binary 1101110 1110010 1100101 100 0 1011 110111 1001110 110 101010

Color Harmonies of #6E7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7265

Black with #6E7265

Text Example


Text Example

White with #6E7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,101); }

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

background-color css

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

 a { background-color: rgb(110,114,101); }

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

border-color css

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

 span { border-color: rgb(110,114,101); }

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