Html Css Color HEX #6E755A Finch

📋 copy color: '#6E755A'

red 110 ◦ green 117 ◦ blue 90

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

Shades of Finch #6E755A

Tints of Finch #6E755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 34.7%
G = 36.91%
B = 28.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#6E755A (or 0x6E755A) is known color: Finch. HEX triplet: 6E, 75 and 5A. RGB value is (110,117,90). Sum of RGB (Red+Green+Blue) = 110+117+90=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #6E755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E755A is #918AA5. Grayscale: #6F6F6F. Windows color (decimal): -9538214 or 5928302. OLE color: 5928302.

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

Color convert

RGB 110 117 90 -
CMYK 0.06 0 0.23 0.54
HSL 75.56º 0.13% 0.41% -
HSV(B) 75.56º 0.23% 0.46% -
XYZ 14.64 16.78 12.14 -
YUV 111.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 110 117 90 0.06 0 0.23 0.54 75.56 0.13 0.41
Hex 6E 75 5A 6 0 17 36 4C D 29
Octal 156 165 132 6 0 27 66 114 15 51
Binary 1101110 1110101 1011010 110 0 10111 110110 1001100 1101 101001

Color Harmonies of #6E755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E755A

Black with #6E755A

Text Example


Text Example

White with #6E755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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