Html Css Color HEX #6E735E Finch

📋 copy color: '#6E735E'

red 110 ◦ green 115 ◦ blue 94

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

Shades of Finch #6E735E

Tints of Finch #6E735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 34.48%
G = 36.05%
B = 29.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#6E735E (or 0x6E735E) is known color: Finch. HEX triplet: 6E, 73 and 5E. RGB value is (110,115,94). Sum of RGB (Red+Green+Blue) = 110+115+94=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #6E735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E735E is #918CA1. Grayscale: #6F6F6F. Windows color (decimal): -9538722 or 6189934. OLE color: 6189934.

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

Color convert

RGB 110 115 94 -
CMYK 0.04 0 0.18 0.55
HSL 74.29º 0.1% 0.41% -
HSV(B) 74.29º 0.18% 0.45% -
XYZ 14.58 16.38 12.98 -
YUV 111.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 110 115 94 0.04 0 0.18 0.55 74.29 0.1 0.41
Hex 6E 73 5E 4 0 12 37 4A A 29
Octal 156 163 136 4 0 22 67 112 12 51
Binary 1101110 1110011 1011110 100 0 10010 110111 1001010 1010 101001

Color Harmonies of #6E735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E735E

Black with #6E735E

Text Example


Text Example

White with #6E735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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