Html Css Color HEX #6D6F63 Finch

📋 copy color: '#6D6F63'

red 109 ◦ green 111 ◦ blue 99

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

Shades of Finch #6D6F63

Tints of Finch #6D6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 34.17%
G = 34.8%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6D6F63 (or 0x6D6F63) is known color: Finch. HEX triplet: 6D, 6F and 63. RGB value is (109,111,99). Sum of RGB (Red+Green+Blue) = 109+111+99=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6F63 is #92909C. Grayscale: #6D6D6D. Windows color (decimal): -9605277 or 6516589. OLE color: 6516589.

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

Color convert

RGB 109 111 99 -
CMYK 0.02 0 0.11 0.56
HSL 70º 0.06% 0.41% -
HSV(B) 70º 0.11% 0.44% -
XYZ 14.24 15.52 14.05 -
YUV 109.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 109 111 99 0.02 0 0.11 0.56 70 0.06 0.41
Hex 6D 6F 63 2 0 B 38 46 6 29
Octal 155 157 143 2 0 13 70 106 6 51
Binary 1101101 1101111 1100011 10 0 1011 111000 1000110 110 101001

Color Harmonies of #6D6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6F63

Black with #6D6F63

Text Example


Text Example

White with #6D6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,111,99); }

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

background-color css

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

 a { background-color: rgb(109,111,99); }

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

border-color css

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

 span { border-color: rgb(109,111,99); }

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