Html Css Color HEX #6D6E62 Finch

📋 copy color: '#6D6E62'

red 109 ◦ green 110 ◦ blue 98

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

Shades of Finch #6D6E62

Tints of Finch #6D6E62

RGB

 RED value IS 109 (42.97% from 255) = 34.38%

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 34.38%
G = 34.7%
B = 30.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D6E62 (or 0x6D6E62) is known color: Finch. HEX triplet: 6D, 6E and 62. RGB value is (109,110,98). Sum of RGB (Red+Green+Blue) = 109+110+98=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E62 is #92919D. Grayscale: #6C6C6C. Windows color (decimal): -9605534 or 6450797. OLE color: 6450797.

HSL color Cylindrical-coordinate representation of color #6D6E62: hue angle of 65º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6E62 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 110 98 -
CMYK 0.01 0 0.11 0.57
HSL 65º 0.06% 0.41% -
HSV(B) 65º 0.11% 0.43% -
XYZ 14.09 15.28 13.76 -
YUV 108.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 109 110 98 0.01 0 0.11 0.57 65 0.06 0.41
Hex 6D 6E 62 1 0 B 39 41 6 29
Octal 155 156 142 1 0 13 71 101 6 51
Binary 1101101 1101110 1100010 1 0 1011 111001 1000001 110 101001

Color Harmonies of #6D6E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E62

Black with #6D6E62

Text Example


Text Example

White with #6D6E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,110,98); }

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

background-color css

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

 a { background-color: rgb(109,110,98); }

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

border-color css

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

 span { border-color: rgb(109,110,98); }

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