Html Css Color HEX #6E735C Finch

📋 copy color: '#6E735C'

red 110 ◦ green 115 ◦ blue 92

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

Shades of Finch #6E735C

Tints of Finch #6E735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 34.7%
G = 36.28%
B = 29.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#6E735C (or 0x6E735C) is known color: Finch. HEX triplet: 6E, 73 and 5C. RGB value is (110,115,92). Sum of RGB (Red+Green+Blue) = 110+115+92=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #6E735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E735C is #918CA3. Grayscale: #6E6E6E. Windows color (decimal): -9538724 or 6058862. OLE color: 6058862.

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

Color convert

RGB 110 115 92 -
CMYK 0.04 0 0.20 0.55
HSL 73.04º 0.11% 0.41% -
HSV(B) 73.04º 0.2% 0.45% -
XYZ 14.49 16.35 12.52 -
YUV 110.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 110 115 92 0.04 0 0.20 0.55 73.04 0.11 0.41
Hex 6E 73 5C 4 0 14 37 49 B 29
Octal 156 163 134 4 0 24 67 111 13 51
Binary 1101110 1110011 1011100 100 0 10100 110111 1001001 1011 101001

Color Harmonies of #6E735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E735C

Black with #6E735C

Text Example


Text Example

White with #6E735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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