Html Css Color HEX #6E735D Finch

📋 copy color: '#6E735D'

red 110 ◦ green 115 ◦ blue 93

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

Shades of Finch #6E735D

Tints of Finch #6E735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 34.59%
G = 36.16%
B = 29.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#6E735D (or 0x6E735D) is known color: Finch. HEX triplet: 6E, 73 and 5D. RGB value is (110,115,93). Sum of RGB (Red+Green+Blue) = 110+115+93=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #6E735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E735D is #918CA2. Grayscale: #6F6F6F. Windows color (decimal): -9538723 or 6124398. OLE color: 6124398.

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

Color convert

RGB 110 115 93 -
CMYK 0.04 0 0.19 0.55
HSL 73.64º 0.11% 0.41% -
HSV(B) 73.64º 0.19% 0.45% -
XYZ 14.54 16.37 12.75 -
YUV 111 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 110 115 93 0.04 0 0.19 0.55 73.64 0.11 0.41
Hex 6E 73 5D 4 0 13 37 4A B 29
Octal 156 163 135 4 0 23 67 112 13 51
Binary 1101110 1110011 1011101 100 0 10011 110111 1001010 1011 101001

Color Harmonies of #6E735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E735D

Black with #6E735D

Text Example


Text Example

White with #6E735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,115,93); }

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

background-color css

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

 a { background-color: rgb(110,115,93); }

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

border-color css

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

 span { border-color: rgb(110,115,93); }

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